Stripe.Resources.BillingPortal.Session.Flow.SubscriptionCancel.Retention (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.