QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_id Property

An account name to search for in a transaction.

Syntax

def get_account_id() -> str: ...
def set_account_id(value: str) -> None: ...

account_id = property(get_account_id, set_account_id)

Default Value

""

Remarks

An account name to search for in a transaction. Limits the search to transactions associated with the account specified by AccountId.

Only applicable to searches for transaction objects and BillToPay queries.

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