QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

LineItemId Property

Id of the Line Item.

Object Oriented Interface

public function getLineItemId($lineitemindex);
public function setLineItemId($lineitemindex, $value);

Procedural Interface

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

Default Value

''

Remarks

Id 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.

This property is not available at design time.

Data Type

String

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