# `Stripe.Params.InvoiceCreateParams.ShippingDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/invoice_create_params.ex#L369)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.InvoiceCreateParams.ShippingDetails{
  address: Stripe.Params.InvoiceCreateParams.ShippingDetails.Address.t() | nil,
  name: String.t() | nil,
  phone: map() | nil
}
```

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

---

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