QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

TotalBalanceMinimum Property

A minimum balance which returned records should have.

Object Oriented Interface

public function getTotalBalanceMinimum();
public function setTotalBalanceMinimum($value);

Procedural Interface

inqb_objsearch_get($res, 39 );
inqb_objsearch_set($res, 39, $value );

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.

Data Type

String

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