QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

account_name Property

Account's name.

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

The account's name.

In Account objects that are sub-accounts or jobs the AccountName will be different from the FullName. The FullName may be formed by combining AccountName with the names of all ancestors, and separating with a colon: for example, "Parent Account:Child Account".

FullName is also available as a special field, and may be accessed via config.

This property is required.

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