QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedToCreditAppliedAmount (property)

Amount of a credit that is applied to a customer's bill.

Syntax

- (NSString*)appliedToCreditAppliedAmount:(int)appliedToIndex;
- (void)setAppliedToCreditAppliedAmount:(int)appliedToIndex:(NSString*)newAppliedToCreditAppliedAmount;
public func appliedToCreditAppliedAmount(appliedToIndex: Int32) throws -> String
public func setAppliedToCreditAppliedAmount(appliedToIndex: Int32, newAppliedToCreditAppliedAmount: String) throws -> Void

Default Value

""

Remarks

Amount of a credit that is applied to a customer's bill.

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]