InvoicePaymentTerm Property
Specifies the term by which the invoice payment is due.
Object Oriented Interface
public function getInvoicePaymentTerm(); public function setInvoicePaymentTerm($value);
Procedural Interface
inpaypal_invoice_get($res, 51 ); inpaypal_invoice_set($res, 51, $value );
Default Value
0
Remarks
Specifies the term by which the invoice payment is due.
The following funding types are available:
ptDueOnReceipt (0) | Payment is due when the payer receives the invoice. |
ptDueOnDate (1) | Payment is due on the date specified in the invoice. |
ptNet10 (2) | Payment is due 10 days from the invoice date. |
ptNet15 (3) | Payment is due 15 days from the invoice date. |
ptNet30 (4) | Payment is due 30 days from the invoice date. |
ptNet45 (5) | Payment is due 45 days from the invoice date. |
Data Type
Integer