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

    Properties

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

    gte: number

    Defines at which value the alert will fire.

    meter: string

    The Billing Meter ID whose usage is monitored.

    recurrence: "one_time"

    Defines how the alert will behave.