Enum AzureInvoiceStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the status of an Azure invoice.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureInvoiceStatus
Fields
Due = 1The invoice is due.
OverDue = 2The invoice is overdue.
Paid = 3The invoice is paid.
Unknown = 0The invoice status is unknown.
Void = 4The invoice is void.