E-Payment Integrator 2020 Python Edition

Questions / Feedback?

return_routing_number Property

A routing number indicating the location to which returns and return notifications should be sent.

Syntax

def get_return_routing_number() -> str: ...
def set_return_routing_number(value: str) -> None: ...

return_routing_number = property(get_return_routing_number, set_return_routing_number)

Default Value

""

Remarks

This routing number is specified by the institution that creates the file, and specifies the location to which returns, return notifications, and preliminary return notifications should be sent. This property is part of the 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]