QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

totalAmount (property)

The total amount of this group of line items.

Syntax

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

Default Value

""

Remarks

This property represents the total amount of all transaction lines in the group. This amount will be automatically computed by QuickBooks.

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]