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

ItemDescription Property

Line item property: Description of item.

Object Oriented Interface

public function getItemDescription($itemindex);
public function setItemDescription($itemindex, $value);

Procedural Interface

inqb_lineitemgroups_get($res, 15 , $itemindex);
inqb_lineitemgroups_set($res, 15, $value , $itemindex);

Default Value

''

Remarks

Line item property: Description of item.

A string description of the Item specified by ItemName or ItemId.

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]