Kong · Schema

BillingSubscriptionEditTimingEnum

Subscription edit timing. When immediate, the requested changes take effect immediately. When next_billing_cycle, the requested changes take effect at the next billing cycle.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-billingsubscriptionedittimingenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingSubscriptionEditTimingEnum",
  "title": "BillingSubscriptionEditTimingEnum",
  "description": "Subscription edit timing.\nWhen immediate, the requested changes take effect immediately.\nWhen next_billing_cycle, the requested changes take effect at the next billing cycle.",
  "type": "string",
  "enum": [
    "immediate",
    "next_billing_cycle"
  ],
  "x-speakeasy-unknown-values": "allow"
}