QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

bank_account_id Property

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

Syntax

def get_bank_account_id() -> str: ...
def set_bank_account_id(value: str) -> None: ...

bank_account_id = property(get_bank_account_id, set_bank_account_id)

Default Value

""

Remarks

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]