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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.PaymentEvaluation.CustomerDetails{
  customer: String.t() | nil,
  customer_account: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
```

* `customer` - The ID of the customer associated with the payment evaluation. Max length: 5000. Nullable.
* `customer_account` - The ID of the Account representing the customer associated with the payment evaluation. Max length: 5000. Nullable.
* `email` - The customer's email address. Max length: 5000. Nullable.
* `name` - The customer's full name or business name. Max length: 5000. Nullable.
* `phone` - The customer's phone number. Max length: 5000. Nullable.

---

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