Skip to content

Latest commit

 

History

History
21 lines (8 loc) · 223 Bytes

File metadata and controls

21 lines (8 loc) · 223 Bytes

InvoiceStatusType

Enum

  • DRAFT (value: "draft")

  • SUBMIT (value: "submit")

  • SENT (value: "sent")

  • PAID (value: "paid")

  • EXPIRED (value: "expired")

  • CANCELED (value: "canceled")