QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemRate Property

Unit rate of item.

Object Oriented Interface

public function getItemRate($itemindex);
public function setItemRate($itemindex, $value);

Procedural Interface

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

Default Value

''

Remarks

Unit rate of item.

The unit rate charged for this item.

If ItemAmount is specified, then ItemRate 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]