# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Shipping`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L188)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Shipping{
    address:
      Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Shipping.Address.t()
      | nil,
    name: String.t() | nil,
    phone: String.t() | nil
  }
```

* `address` - Customer shipping address.
* `name` - Customer name.
* `phone` - Customer phone (including extension).

---

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