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

Nested parameters.

# `t`

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

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

---

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