Mayson Monorepo Documentation
    Preparing search index...
    interface SubscriptionCancel {
        retention?: Stripe.BillingPortal.SessionCreateParams.FlowData.SubscriptionCancel.Retention;
        subscription: string;
    }
    Index

    Properties

    Specify a retention strategy to be used in the cancellation flow.

    subscription: string

    The ID of the subscription to be canceled.