QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

adjustmentLineId (property)

Identification number of the transaction line, returned in the response.

Syntax

- (NSString*)adjustmentLineId:(int)adjustmentIndex;
- (void)setAdjustmentLineId:(int)adjustmentIndex:(NSString*)newAdjustmentLineId;
public func adjustmentLineId(adjustmentIndex: Int32) throws -> String
public func setAdjustmentLineId(adjustmentIndex: Int32, newAdjustmentLineId: String) throws -> Void

Default Value

""

Remarks

Identification number of the transaction line, returned in the response.

The AdjustmentIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AdjustmentCount property.

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