ENUM

InvoiceStatusEnum

The current status of an invoice. The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01.

link GraphQL Schema definition

  • enum InvoiceStatusEnum {
  • AWAITING_PAYMENT@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • PAID@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • PAYMENT_UNDER_REVIEW@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • SENT@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • PARTIALLY_SENT@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • READY@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • COLLECTED@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • REFUNDED@deprecated( reason: "Was too confusing, look at invoiceAmendments and refundRequests instead. Will be removed 2021-12-01." )
  • CANCELLED@deprecated( reason: "The invoice status field was deprecated, so this enum is also deprecated. Will be removed 2021-12-01." )
  • }