# `Stripe.Params.Checkout.SessionUpdateParams.CollectedInformation.ShippingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_update_params.ex#L45)

Nested parameters.

# `t`

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

* `address` - The address of the customer
* `name` - The name of customer Max length: 255.

---

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