Stripe.Params.Checkout.SessionCreateParams.CustomFields.Dropdown (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Checkout.SessionCreateParams.CustomFields.Dropdown{
  default_value: String.t() | nil,
  options:
    [
      Stripe.Params.Checkout.SessionCreateParams.CustomFields.Dropdown.Options.t()
    ]
    | nil
}
  • default_value - The value that will pre-fill the field on the payment page.Must match a value in the options array. Max length: 100.
  • options - The options available for the customer to select. Up to 200 options allowed.