# `Stripe.Resources.ConfirmationToken.Shipping`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L1360)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.Shipping{
  address: Stripe.Resources.Address.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
```

* `address`
* `name` - Recipient name. Max length: 5000.
* `phone` - Recipient phone (including extension). Max length: 5000. Nullable.

---

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