QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

totalBalanceMaximum (property)

A maximum balance which returned records should have.

Syntax

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

Default Value

""

Remarks

A maximum balance which returned records should have. Limits the search to records with balances less than or equal to TotalBalanceMaximum.

If TotalBalanceMaximum is specified TotalBalanceMinimum 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]