# `Stripe.Params.Radar.PaymentEvaluationCreateParams.CustomerDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/radar/payment_evaluation_create_params.ex#L40)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Radar.PaymentEvaluationCreateParams.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.
* `customer_account` - The ID of the Account representing the customer associated with the payment evaluation. Max length: 5000.
* `email` - The customer's email address.
* `name` - The customer's full name or business name. Max length: 5000.
* `phone` - The customer's phone number.

---

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