QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

Rate Property

Unit rate of item.

Object Oriented Interface

public function getRate();
public function setRate($value);

Procedural Interface

inqb_statementcharge_get($res, 29 );
inqb_statementcharge_set($res, 29, $value );

Default Value

''

Remarks

The rate of the Item (specified by ItemId or ItemName) you're adding to the statement.

If Amount and Quantity are specified, then Rate will be calculated automatically and should not be specified.

The amount should be formatted as a string in dollars.

Data Type

String

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