# `Stripe.Resources.PaymentAttemptRecord.CustomerDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L199)

Nested struct within the parent resource.

# `t`

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

* `customer` - ID of the Stripe Customer associated with this payment. Max length: 5000. Nullable.
* `email` - The customer's email address. Max length: 5000. Nullable.
* `name` - The customer's 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*
