QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedAmount (property)

Amount customer has paid on this invoice.

Syntax

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

Default Value

""

Remarks

The amount the Customer (see CustomerName) has paid on this invoice.

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]