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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention.CouponOffer{
    coupon: String.t() | nil
  }
```

* `coupon` - The ID of the coupon to be offered. Max length: 5000.

---

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