Stripe.Resources.PaymentLink.CustomFields.Dropdown (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.