QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemCost Property

Line item property: Unit cost for item.

Object Oriented Interface

public function getItemCost($itemindex);
public function setItemCost($itemindex, $value);

Procedural Interface

inqb_cccharge_get($res, 23 , $itemindex);
inqb_cccharge_set($res, 23, $value , $itemindex);

Default Value

''

Remarks

Line item property: Unit cost for item.

The unit cost for this item.

If ItemAmount is specified, then ItemCost will be calculated automatically and should not be specified.

The amount should be formatted as a string in dollars.

The $itemindex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount 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]