Mayson Monorepo Documentation
    Preparing search index...
    interface BillingThresholds {
        amount_gte?: number;
        reset_billing_cycle_anchor?: boolean;
    }
    Index

    Properties

    amount_gte?: number

    Monetary threshold that triggers the subscription to advance to a new billing period

    reset_billing_cycle_anchor?: boolean

    Indicates if the billing_cycle_anchor should be reset when a threshold is reached. If true, billing_cycle_anchor will be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged.