BillingAmount Property
The amount to be billed for each billing cycle.
Object Oriented Interface
public function getBillingAmount(); public function setBillingAmount($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 4 ); inpaypal_recurringpayments_set($res, 4, $value );
Default Value
''
Remarks
The amount to be billed for each billing cycle. This amount does not include shipping and tax amounts.
This value must not exceed $10,000 USD in any currency.
It will also not contain any currency symbols, must have two decimal places separated by a period (.), and optionally a comma (,) separating the thousands digits.
Data Type
String