# `Stripe.Resources.Checkout.Session.ShippingOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L2192)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.ShippingOptions{
  shipping_amount: integer() | nil,
  shipping_rate: String.t() | Stripe.Resources.ShippingRate.t() | nil
}
```

* `shipping_amount` - A non-negative integer in cents representing how much to charge.
* `shipping_rate` - The shipping rate.

---

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