E-Payment Integrator 2020 Python Edition

Questions / Feedback?

origin_contact_name Property

A contact at the institution that creates the file.

Syntax

def get_origin_contact_name() -> str: ...
def set_origin_contact_name(value: str) -> None: ...

origin_contact_name = property(get_origin_contact_name, set_origin_contact_name)

Default Value

""

Remarks

A contact at the institution that creates the file. This property is part of the File Control record (type 99), 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]