PaymentStatusEnum Enumeration |
Product: ALL
Description: Enumeration of payable
status for an invoice, as follows: A pending invoice is not yet
approved/final/sent; not yet payable by customer. A payable invoice
is now payable. Partial payments may have been received, but money
still remains to be paid. No claim is made about due vs. overdue,
past due etc... A paid invoice has been paid in full. No amount
remains to be paid.
Namespace:
Intuit.Ipp.Data
Assembly:
Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax[SerializableAttribute]
public enum PaymentStatusEnum
Members
| Member name | Value | Description |
---|
| Draft | 0 | |
| Overdue | 1 | |
| Pending | 2 | |
| Payable | 3 | |
| Paid | 4 | |
| Trash | 5 | |
| UnPaid | 6 | |
Remarks
See Also