Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention{
    coupon_offer:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention.CouponOffer.t()
      | nil,
    type: String.t() | nil
  }
  • coupon_offer - Configuration when retention.type=coupon_offer.
  • type - Type of retention strategy to use with the customer. Possible values: coupon_offer.