Kong · Schema

BillingAppStripeCreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementPosition

Position of payment method reuse agreement in the UI.

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

JSON Schema

kong-billingappstripecreatecheckoutsessionconsentcollectionpaymen-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAppStripeCreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementPosition",
  "title": "BillingAppStripeCreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementPosition",
  "description": "Position of payment method reuse agreement in the UI.",
  "type": "string",
  "enum": [
    "auto",
    "hidden"
  ],
  "x-speakeasy-unknown-values": "allow"
}