Stripe.Resources.PaymentMethod.BillingDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethod.BillingDetails{
  address: Stripe.Resources.Address.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil,
  tax_id: String.t() | nil
}
  • address - Billing address. Nullable.
  • email - Email address. Max length: 5000. Nullable.
  • name - Full name. Max length: 5000. Nullable.
  • phone - Billing phone number (including extension). Max length: 5000. Nullable.
  • tax_id - Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers. Max length: 5000. Nullable.