# `Stripe.Resources.PaymentLink.CustomFields.Dropdown`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L292)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.CustomFields.Dropdown{
  default_value: String.t() | nil,
  options: [Stripe.Resources.CustomFieldDropdownOption.t()] | nil
}
```

* `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.

---

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