bill-subs-api_frequency

How often the subscription is renewed automatically.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-frequency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_frequency",
  "title": "bill-subs-api_frequency",
  "description": "How often the subscription is renewed automatically.",
  "enum": [
    "weekly",
    "monthly",
    "quarterly",
    "yearly"
  ],
  "example": "monthly",
  "type": "string"
}