Stripe.Resources.Checkout.Session.CustomFields.Text
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Checkout.Session.CustomFields.Text{ default_value: String.t() | nil, maximum_length: integer() | nil, minimum_length: integer() | nil, value: String.t() | nil }
default_value- The value that will pre-fill the field on the payment page. Max length: 5000. Nullable.maximum_length- The maximum character length constraint for the customer's input. Nullable.minimum_length- The minimum character length requirement for the customer's input. Nullable.value- The value entered by the customer. Max length: 5000. Nullable.