InvoiceDiscountAmount Property
The discount amount applied to the invoice.
Object Oriented Interface
public function getInvoiceDiscountAmount(); public function setInvoiceDiscountAmount($value);
Procedural Interface
inpaypal_invoice_get($res, 44 ); inpaypal_invoice_set($res, 44, $value );
Default Value
''
Remarks
The discount amount applied to the invoice.
If InvoiceDiscountPercent is provided, InvoiceDiscountAmount is ignored.
Data Type
String