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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.BillingDetails{
    address:
      Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.BillingDetails.Address.t()
      | nil,
    email: String.t() | nil,
    name: String.t() | nil,
    phone: String.t() | nil
  }
```

* `address`
* `email` - The billing email associated with the method of payment. Max length: 5000. Nullable.
* `name` - The billing name associated with the method of payment. Max length: 5000. Nullable.
* `phone` - The billing phone number associated with the method of payment. Max length: 5000. Nullable.

---

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