{ "$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" }