The state that the subscription is in.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bill-subs-api_state", "title": "bill-subs-api_state", "description": "The state that the subscription is in.", "enum": [ "Trial", "Provisioned", "Paid", "AwaitingPayment", "Cancelled", "Failed", "Expired" ], "example": "Paid", "readOnly": true, "type": "string" }