QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_name Property

An account name to search for in a transaction.

Syntax

def get_account_name() -> str: ...
def set_account_name(value: str) -> None: ...

account_name = property(get_account_name, set_account_name)

Default Value

""

Remarks

An account name to search for in a transaction. Limits the search to transactions associated with the account specified by AccountName. For example, if searching for a CCCredit AccountName would be the full name of a credit card.

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]