# `Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionUpdateConfirm.Discounts`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing_portal/session_create_params.ex#L169)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.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.
* `promotion_code` - The ID of a promotion code to apply to this subscription update. Max length: 5000.

---

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