public property PaymentLineItem::$amount in Payment 7
The payment amount, excluding tax. The number of decimals depends on the ISO 4217 currency used.
Type: float
File
- ./
payment.classes.inc, line 1088 - The API and related functions for executing and managing payments.
Class
- PaymentLineItem
- A payment line item.
Code
public $amount = 0.0;