# `Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L468)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails{
    address:
      Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails.Address.t()
      | nil,
    email: String.t() | nil,
    name: String.t() | nil,
    phone: String.t() | nil
  }
```

* `address`
* `email` - Email address. Max length: 5000. Nullable.
* `name` - Full name. Max length: 5000. Nullable.
* `phone` - Billing phone number (including extension). Max length: 5000. Nullable.

---

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