Click or drag to resize

InvoiceStatus Enumeration

Invoice status enumeration.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public enum InvoiceStatus
Members
  Member nameValueDescription
New0 New invoice
Deleted1 Cancelled invoice
Sent2 Sent invoice
Credited3 Credited invoice
Closed4 Closed (paid) invoice
Open5 Invoice created for small amounts
ClosedUnsent6 Closed unsent invoice
See Also