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

ItemLineId Property

Identification number of the transaction line, used for Updates.

Object Oriented Interface

public function getItemLineId($itemindex);
public function setItemLineId($itemindex, $value);

Procedural Interface

inqb_salesreceipt_get($res, 22 , $itemindex);
inqb_salesreceipt_set($res, 22, $value , $itemindex);

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 size of the array is controlled by the ItemCount 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]