QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

LineItemName Property

Name of the Line Item.

Object Oriented Interface

public function getLineItemName($lineitemindex);
public function setLineItemName($lineitemindex, $value);

Procedural Interface

inqb_item_get($res, 12 , $lineitemindex);
inqb_item_set($res, 12, $value , $lineitemindex);

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 size of the array is controlled by the LineItemCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]