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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentLink.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: 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.