Mayson Monorepo Documentation
    Preparing search index...
    interface PauseCollection {
        behavior: Stripe.SubscriptionUpdateParams.PauseCollection.Behavior;
        resumes_at?: number;
    }
    Index

    Properties

    The payment collection behavior for this subscription while paused. One of keep_as_draft, mark_uncollectible, or void.

    resumes_at?: number

    The time after which the subscription will resume collecting payments.