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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.Discounts{
  coupon: String.t() | nil,
  promotion_code: String.t() | nil
}
```

* `coupon` - The ID of the coupon to apply to this Session. Max length: 5000.
* `promotion_code` - The ID of a promotion code to apply to this Session. Max length: 5000.

---

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