QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

balance (property)

Money owed by this Customer , including sub-customers.

Syntax

@property (nonatomic,readonly,assign,getter=balance) NSString* balance;
- (NSString*)balance;
public var balance: String {
  get {...}
}

Default Value

"0"

Remarks

The amount of money owed by this Customer. Includes money owed by sub-customers (jobs). The NonInclusiveBalance special field provides the balance excluding sub-customers.

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