InvoicePaymentTerm Property
Specifies the term by which the invoice payment is due.
Syntax
int GetInvoicePaymentTerm();
int SetInvoicePaymentTerm(int iInvoicePaymentTerm);
Possible Values
PT_DUE_ON_RECEIPT(0), PT_DUE_ON_DATE(1), PT_NET_10(2), PT_NET_15(3), PT_NET_30(4), PT_NET_45(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