E-Payment Integrator 2020 Python Edition

Questions / Feedback?

destination_routing_number Property

This number identifies the institution that receives the file.

Syntax

def get_destination_routing_number() -> str: ...
def set_destination_routing_number(value: str) -> None: ...

destination_routing_number = property(get_destination_routing_number, set_destination_routing_number)

Default Value

""

Remarks

This property is part of the File Header record (type 01), 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]