Stripe.Resources.BillingPortal.Session.Flow.SubscriptionCancel (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:
    Stripe.Resources.BillingPortal.Session.Flow.SubscriptionCancel.Retention.t()
    | nil,
  subscription: String.t() | nil
}
  • retention - Specify a retention strategy to be used in the cancellation flow. Nullable.
  • subscription - The ID of the subscription to be canceled. Max length: 5000.