E-Payment Integrator 2020 Python Edition

Questions / Feedback?

bank_account_number Property

Bank account number for ACH transactions.

Syntax

def get_bank_account_number() -> str: ...
def set_bank_account_number(value: str) -> None: ...

bank_account_number = property(get_bank_account_number, set_bank_account_number)

Default Value

""

Remarks

Bank account number for ACH transactions. This property contains the customer's bank account number, which along with the bank_routing_number identify the location of the account where funds are to be drawn from for ACH transactions. This property is required for all ACH transactions.

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