# `Stripe.Resources.Checkout.Session.CollectedInformation.ShippingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L462)

Nested struct within the parent resource.

# `t`

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

* `address`
* `name` - Customer name. Max length: 5000.

---

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