# `Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_payment_attempt_params.ex#L136)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails{
  address:
    Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails.Address.t()
    | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
```

* `address` - The physical shipping address.
* `name` - The shipping recipient's name. Max length: 5000.
* `phone` - The shipping recipient's phone number.

---

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