InvoiceStatus type

The current status of the invoice.
KnownInvoiceStatus can be used interchangeably with InvoiceStatus, this enum contains the known values that the service supports.

Known values supported by the service

Other: Other
Due: Due
OverDue: OverDue
Paid: Paid
Void: Void
Locked: Locked

type InvoiceStatus = string