E-Payment Integrator 2020 Python Edition

Questions / Feedback?

origin_routing_number Property

A number that identifies the ECE institution that originates the file.

Syntax

def get_origin_routing_number() -> str: ...
def set_origin_routing_number(value: str) -> None: ...

origin_routing_number = property(get_origin_routing_number, set_origin_routing_number)

Default Value

""

Remarks

A number that identifies the ECE institution that originates the file. This property is part of the File Header record (type 01) and Cash Letter Header record (type 10), and Bundle Header record (type 20), and is exactly 9 characters long including the check digit.

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