QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedToRefId (property)

Refers to the transaction Id of the bill that is being paid.

Syntax

- (NSString*)appliedToRefId:(int)appliedToIndex;
- (void)setAppliedToRefId:(int)appliedToIndex:(NSString*)newAppliedToRefId;
public func appliedToRefId(appliedToIndex: Int32) throws -> String
public func setAppliedToRefId(appliedToIndex: Int32, newAppliedToRefId: String) throws -> Void

Default Value

""

Remarks

Refers to the transaction Id of the bill that is being paid.

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]