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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.PaymentRecordReportPaymentAttemptInformationalParams.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*
