QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

balanceRemaining (property)

Balance remaining.

Syntax

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

Default Value

""

Remarks

The balance remaining on the invoice. Is equal to

Subtotal + SalesTaxTotal - AppliedAmount.

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]