The status of the invoice.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/invoice_status", "title": "Invoice Status", "type": "string", "description": "The status of the invoice.", "enum": [ "DRAFT", "SENT", "SCHEDULED", "PAID", "MARKED_AS_PAID", "CANCELLED", "REFUNDED", "PARTIALLY_PAID", "PARTIALLY_REFUNDED", "MARKED_AS_REFUNDED", "UNPAID", "PAYMENT_PENDING" ] }