PaymentPagesCheckoutSessionCustomFieldsDropdown
Summary
Types
@type t() :: %Stripe.Resources.CustomFieldDropdown{ default_value: term(), options: term(), value: term() }
default_value- The value that pre-fills on the payment page. Max length: 5000. Nullable.options- The options available for the customer to select. Up to 200 options allowed. Expandable.value- The option selected by the customer. This will be thevaluefor the option. Max length: 5000. Nullable.