# `Stripe.Params.SetupIntentCreateParams.PaymentMethodData.BillingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L327)

Nested parameters.

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
