Mayson Monorepo Documentation
    Preparing search index...

    Interface SubscriptionResumeParams

    interface SubscriptionResumeParams {
        billing_cycle_anchor?: Stripe.SubscriptionResumeParams.BillingCycleAnchor;
        expand?: string[];
        proration_behavior?: Stripe.SubscriptionResumeParams.ProrationBehavior;
        proration_date?: number;
    }
    Index

    Properties

    The billing cycle anchor that applies when the subscription is resumed. Either now or unchanged. The default is now. For more information, see the billing cycle documentation.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Determines how to handle prorations resulting from the billing_cycle_anchor being unchanged. When the billing_cycle_anchor is set to now (default value), no prorations are generated. If no value is passed, the default is create_prorations.

    proration_date?: number

    If set, prorations will be calculated as though the subscription was resumed at the given time. This can be used to apply exactly the same prorations that were previewed with the create preview endpoint.