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

PaymentLinksResourceCustomFieldsDropdownOption

# `t`

```elixir
@type t() :: %Stripe.Resources.CustomFieldDropdownOption{
  label: String.t(),
  value: String.t()
}
```

* `label` - The label for the option, displayed to the customer. Up to 100 characters. Max length: 5000.
* `value` - The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer. Must be unique to this option, alphanumeric, and up to 100 characters. Max length: 5000.

# `object_name`

---

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