QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

appliedToCreditMemoId (property)

The ID of the credit memo that you are applying to this bill.

Syntax

- (NSString*)appliedToCreditMemoId:(int)appliedToIndex;
- (void)setAppliedToCreditMemoId:(int)appliedToIndex:(NSString*)newAppliedToCreditMemoId;
public func appliedToCreditMemoId(appliedToIndex: Int32) throws -> String
public func setAppliedToCreditMemoId(appliedToIndex: Int32, newAppliedToCreditMemoId: String) throws -> Void

Default Value

""

Remarks

The ID of the credit memo that you are applying to this 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]