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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel{
    retention:
      Stripe.Params.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention.t()
      | nil,
    subscription: String.t() | nil
  }
  • retention - Specify a retention strategy to be used in the cancellation flow.
  • subscription - The ID of the subscription to be canceled. Max length: 5000.