Stripe.Params.Checkout.SessionCreateParams.CustomFields.Numeric (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Checkout.SessionCreateParams.CustomFields.Numeric{
  default_value: String.t() | nil,
  maximum_length: integer() | nil,
  minimum_length: integer() | nil
}
  • default_value - The value that will pre-fill the field on the payment page. Max length: 255.
  • maximum_length - The maximum character length constraint for the customer's input.
  • minimum_length - The minimum character length requirement for the customer's input.