QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

Amount Property

Amount of payment.

Object Oriented Interface

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

Procedural Interface

inqb_receivepayment_get($res, 1 );
inqb_receivepayment_set($res, 1, $value );

Default Value

'0'

Remarks

The amount of the payment received from the Customer. This property is required.

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]