# `Stripe.Resources.PaymentRecord.ShippingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_record.ex#L2028)

Nested struct within the parent resource.

# `t`

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

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

---

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