E-Payment Integrator 2020 Python Edition

Questions / Feedback?

origin_name Property

The short name of the ECE institution that created the file.

Syntax

def get_origin_name() -> str: ...
def set_origin_name(value: str) -> None: ...

origin_name = property(get_origin_name, set_origin_name)

Default Value

""

Remarks

The short name of the ECE institution that created the file. This property is part of the Cash Letter Header record (type 10) and Cash Letter Control record (type 90), and is 14 characters in length.

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