Nested struct within the parent resource.
Summary
Types
@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.