QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

balance Property

The balance of this account, including sub-accounts.

Syntax

def get_balance() -> str: ...

balance = property(get_balance, None)

Default Value

""

Remarks

The balance of this account, which may be positive or negative. The interpretation of the sign is dependent on account_type.

The NonInclusiveBalance special field provides the balance with sub-accounts excluded.

The amount should be formatted as a string in dollars.

This property is read-only.

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