InvoicePaymentTerm Property
Specifies the term by which the invoice payment is due.
Syntax
invoicecontrol.InvoicePaymentTerm[=integer]
Possible Values
ptDueOnReceipt(0), ptDueOnDate(1), ptNet10(2), ptNet15(3), ptNet30(4), ptNet45(5)
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