QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

PurchaseCost Property

The purchase cost for this item.

Object Oriented Interface

public function getPurchaseCost();
public function setPurchaseCost($value);

Procedural Interface

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

Default Value

''

Remarks

The purchase cost 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 and Account instead. QuickBooks will use the type of account to distinguish between purchased items and sold items.

Data Type

String

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