QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

totalBalanceMinimum (property)

A minimum balance which returned records should have.

Syntax

@property (nonatomic,readwrite,assign,getter=totalBalanceMinimum,setter=setTotalBalanceMinimum:) NSString* totalBalanceMinimum;
- (NSString*)totalBalanceMinimum;
- (void)setTotalBalanceMinimum:(NSString*)newTotalBalanceMinimum;
public var totalBalanceMinimum: String {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 7941]