QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemLineId (property)

Identification number of the transaction line, used for Updates.

Syntax

- (NSString*)itemLineId:(int)itemIndex;
- (void)setItemLineId:(int)itemIndex:(NSString*)newItemLineId;
public func itemLineId(itemIndex: Int32) throws -> String
public func setItemLineId(itemIndex: Int32, newItemLineId: String) throws -> Void

Default Value

""

Remarks

Identification number of the transaction line, used for Updates.

If you need to add a new transaction line in a transaction Update request, you can do so by setting the ItemLineId to -1.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

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