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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.ShippingDetails{
  address:
    Stripe.Resources.PaymentAttemptRecord.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*
