QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

lineItemName (property)

Name of the Line Item.

Syntax

- (NSString*)lineItemName:(int)lineItemIndex;
- (void)setLineItemName:(int)lineItemIndex:(NSString*)newLineItemName;
public func lineItemName(lineItemIndex: Int32) throws -> String
public func setLineItemName(lineItemIndex: Int32, newLineItemName: String) throws -> Void

Default Value

""

Remarks

Name of the Line Item.

Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates.

The LineItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LineItemCount property.

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