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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.BillingPortal.Session.Flow.SubscriptionCancel.Retention{
    coupon_offer:
      Stripe.Resources.BillingPortal.Session.Flow.SubscriptionCancel.Retention.CouponOffer.t()
      | nil,
    type: String.t() | nil
  }
```

* `coupon_offer` - Configuration when `retention.type=coupon_offer`. Nullable.
* `type` - Type of retention strategy that will be used. Possible values: `coupon_offer`.

---

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