Stripe.Params.SetupIntentCreateParams.PaymentMethodData.BillingDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.BillingDetails{ address: map() | nil, email: map() | nil, name: map() | nil, phone: map() | nil, tax_id: String.t() | nil }
address- Billing address.email- Email address.name- Full name.phone- Billing phone number (including extension).tax_id- Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers. Max length: 5000.