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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.Discounts{
  coupon: String.t() | Stripe.Resources.Coupon.t() | nil,
  promotion_code: String.t() | Stripe.Resources.PromotionCode.t() | nil
}
```

* `coupon` - Coupon attached to the Checkout Session. Nullable.
* `promotion_code` - Promotion code attached to the Checkout Session. Nullable.

---

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