E-Payment Integrator 2020 Python Edition

Questions / Feedback?

bank_name Property

Name of the account holder's bank.

Syntax

def get_bank_name() -> str: ...
def set_bank_name(value: str) -> None: ...

bank_name = property(get_bank_name, set_bank_name)

Default Value

""

Remarks

Name of the account holder's bank. For example, Citibank, Wells-Fargo, Wachovia, etc. This property contains the name of the bank associated with the bank_routing_number.

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