# `Stripe.Params.PaymentRecordReportPaymentParams.CustomerDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_payment_params.ex#L66)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentRecordReportPaymentParams.CustomerDetails{
  customer: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
```

* `customer` - The customer who made the payment. Max length: 5000.
* `email` - The customer's phone number.
* `name` - The customer's name. Max length: 5000.
* `phone` - The customer's phone number.

---

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