# `Stripe.Resources.V2.Core.Account.Configuration.Customer.Shipping`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L276)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Customer.Shipping{
  address:
    Stripe.Resources.V2.Core.Account.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*
