Mayson Monorepo Documentation
    Preparing search index...
    interface UsageThreshold {
        filters: Stripe.Billing.Alert.UsageThreshold.Filter[];
        gte: number;
        meter: string | Stripe.Billing.Meter;
        recurrence: "one_time";
    }
    Index

    Properties

    The filters allow limiting the scope of this usage alert. You can only specify up to one filter at this time.

    gte: number

    The value at which this alert will trigger.

    meter: string | Stripe.Billing.Meter

    The Billing Meter ID whose usage is monitored.

    recurrence: "one_time"

    Defines how the alert will behave.