StripeElixir.Params.PaymentMethodCreateParams.BillingDetails (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentMethodCreateParams.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.