bill-subs-api_state

The state that the subscription is in.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-state-schema.json Raw ↑
{
  "$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"
}