Stripe.Params.Checkout.SessionCreateParams.PhoneNumberCollection (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.Checkout.SessionCreateParams.PhoneNumberCollection{
  enabled: boolean() | nil
}
  • enabled - Set to true to enable phone number collection.

Can only be set in payment and subscription mode.