# `Stripe.Resources.BillingPortal.Session.Flow.SubscriptionUpdateConfirm.Discounts`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/session.ex#L222)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.BillingPortal.Session.Flow.SubscriptionUpdateConfirm.Discounts{
    coupon: String.t() | nil,
    promotion_code: String.t() | nil
  }
```

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

---

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