Table of Contents

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 = 1

The invoice is due.

OverDue = 2

The invoice is overdue.

Paid = 3

The invoice is paid.

Unknown = 0

The invoice status is unknown.

Void = 4

The invoice is void.