PSInvoiceStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum PSInvoiceStatus
type PSInvoiceStatus =
Public Enum PSInvoiceStatus
- Inheritance
-
PSInvoiceStatus
Fields
Name | Value | Description |
---|---|---|
Due | 0 | Payment due. |
OverDue | 1 | Payment due past the due date. |
Paid | 2 | Payment(s) completed. No remaining amount due. |
Void | 3 | Invoice voided. No remaining amount due. |
Unknown | 4 | Unknown status. |