QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

bank_account_name Property

Refers to the account from which the funds are being drawn for this bill payment.

Syntax

def get_bank_account_name() -> str: ...
def set_bank_account_name(value: str) -> None: ...

bank_account_name = property(get_bank_account_name, set_bank_account_name)

Default Value

""

Remarks

For example, "Checking" or "Savings". This property is only applicable to the pmCheck payment_method.

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