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

PurchaseDescription Property

The purchase description for this item.

Object Oriented Interface

public function getPurchaseDescription();
public function setPurchaseDescription($value);

Procedural Interface

inqb_item_get($res, 24 );
inqb_item_set($res, 24, $value );

Default Value

''

Remarks

The purchase description for this item.

Used for service, non-inventory, inventory, and other charge items. You should specify this property in case the item is both purchased and sold. In case the item is purchased but not sold, it is recommended that you specify Price, Description, and Account instead. QuickBooks will use the type of account to distinguish between purchased items and sold items.

Data Type

String

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