# `Stripe.Params.Checkout.SessionCreateParams.ShippingOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L2192)

Nested parameters.

# `t`

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

* `shipping_rate` - The ID of the Shipping Rate to use for this shipping option. Max length: 5000.
* `shipping_rate_data` - Parameters to be passed to Shipping Rate creation for this shipping option.

---

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