QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

subtotal (property)

Gross subtotal; doesn't count taxes/amount already paid.

Syntax

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

Default Value

""

Remarks

The total of the amounts in all the lines of an invoice, credit memo, or sales receipt, before taxes or payments are applied.

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]