# `Stripe.Resources.CustomFieldDropdown`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/custom_field_dropdown.ex#L2)

PaymentPagesCheckoutSessionCustomFieldsDropdown

# `t`

```elixir
@type t() :: %Stripe.Resources.CustomFieldDropdown{
  default_value: String.t(),
  options: [Stripe.Resources.CustomFieldDropdownOption.t()],
  value: String.t()
}
```

* `default_value` - The value that will pre-fill 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 the `value` for the option. Max length: 5000. Nullable.

# `expandable_fields`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
