QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedToDiscountAccountId (property)

Refers to the account where this discount is tracked.

Syntax

- (NSString*)appliedToDiscountAccountId:(int)appliedToIndex;
- (void)setAppliedToDiscountAccountId:(int)appliedToIndex:(NSString*)newAppliedToDiscountAccountId;
public func appliedToDiscountAccountId(appliedToIndex: Int32) throws -> String
public func setAppliedToDiscountAccountId(appliedToIndex: Int32, newAppliedToDiscountAccountId: String) throws -> Void

Default Value

""

Remarks

Refers to the account where this discount is tracked.

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]