InvoicePaymentTerm Property
Specifies the term by which the invoice payment is due.
Syntax
__property TiblInvoiceInvoicePaymentTerms InvoicePaymentTerm = {read=FInvoicePaymentTerm, write=FSetInvoicePaymentTerm, default=0};
enum TiblInvoiceInvoicePaymentTerms { 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