QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

total_balance_minimum Property

A minimum balance which returned records should have.

Syntax

def get_total_balance_minimum() -> str: ...
def set_total_balance_minimum(value: str) -> None: ...

total_balance_minimum = property(get_total_balance_minimum, set_total_balance_minimum)

Default Value

""

Remarks

A minimum balance which returned records should have. Limits the search to records with balances greater than or equal to TotalBalanceMinimum.

If TotalBalanceMinimum is specified totalbalancemaximum may not be (this limitation is imposed by the QBXML interface).

The amount should be formatted as a string in dollars.

Only applicable to searches for entity objects.

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