PaymentPagesCheckoutSessionCustomFieldsNumeric
Summary
Types
@type t() :: %Stripe.Resources.CustomFieldNumeric{ default_value: term(), maximum_length: term(), minimum_length: term(), value: term() }
default_value- The value that pre-fills 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, containing only digits. Max length: 5000. Nullable.