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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.OptionalItems{
  adjustable_quantity:
    Stripe.Resources.Checkout.Session.OptionalItems.AdjustableQuantity.t() | nil,
  price: String.t() | nil,
  quantity: integer() | nil
}
```

* `adjustable_quantity` - Nullable.
* `price` - Max length: 5000.
* `quantity`

---

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