QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedToPaymentAmount (property)

Represents the amount assigned to a particular bill payment.

Syntax

- (NSString*)appliedToPaymentAmount:(int)appliedToIndex;
- (void)setAppliedToPaymentAmount:(int)appliedToIndex:(NSString*)newAppliedToPaymentAmount;
public func appliedToPaymentAmount(appliedToIndex: Int32) throws -> String
public func setAppliedToPaymentAmount(appliedToIndex: Int32, newAppliedToPaymentAmount: String) throws -> Void

Default Value

""

Remarks

Represents the amount assigned to a particular bill payment. The sum of all AppliedToPaymentAmounts in any given transaction must not be greater than the total amount.

Note, if submitting an update and no AppliedToPaymentAmount is specified, the contents of the AppliedToAmount field will be used instead.

The AppliedToIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AppliedToCount property.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]