Mayson Monorepo Documentation
    Preparing search index...
    interface BillingMode {
        flexible: Stripe.Subscription.BillingMode.Flexible;
        type: Stripe.Subscription.BillingMode.Type;
        updated_at?: number;
    }
    Index

    Properties

    Configure behavior for flexible billing mode

    Controls how prorations and invoices for subscriptions are calculated and orchestrated.

    updated_at?: number

    Details on when the current billing_mode was adopted.