E-Payment Integrator 2020 Python Edition

Questions / Feedback?

cash_letter_id Property

A code used to uniquely identify the cash letter inside the file.

Syntax

def get_cash_letter_id() -> str: ...
def set_cash_letter_id(value: str) -> None: ...

cash_letter_id = property(get_cash_letter_id, set_cash_letter_id)

Default Value

""

Remarks

This code identifies the cash letter, and is assigned by the institution that creates the file. This property is part of the Cash Letter Header record (type 10), and is 8 characters in length. The same value will also be used in the Bundle Header Record (type 20) for the "Bundle Id".

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]