QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

bank_number Property

Bank account number for this account.

Syntax

def get_bank_number() -> str: ...
def set_bank_number(value: str) -> None: ...

bank_number = property(get_bank_number, set_bank_number)

Default Value

""

Remarks

The bank account number for this account (or an identifying note).

Note that this is considered sensitive data. It may always be specified when adding data to QuickBooks. When retrieving data from QuickBooks, it will only be returned if qbxml_version is set to at least "2.0", and only if you have granted integrated applications permission to access sensitive data from within QuickBooks.

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