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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.InvoiceCreateParams.ShippingCost{
  shipping_rate: String.t() | nil,
  shipping_rate_data:
    Stripe.Params.InvoiceCreateParams.ShippingCost.ShippingRateData.t() | nil
}
```

* `shipping_rate` - The ID of the shipping rate to use for this order. Max length: 5000.
* `shipping_rate_data` - Parameters to create a new ad-hoc shipping rate for this order.

---

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