QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 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) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]