QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

Amount Property

The total amount (price) of the items in this statement.

Object Oriented Interface

public function getAmount();
public function setAmount($value);

Procedural Interface

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

Default Value

''

Remarks

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

If Amount and Quantity are specified, QuickBooks will automatically calculate the Rate. Both Amount and Rate cannot be sent in the same transaction.

The amount should be formatted as a string in dollars. Leave this property blank and no amount will be sent to QuickBooks.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]