Mayson Monorepo Documentation
    Preparing search index...

    The AlertTriggered object.

    interface AlertTriggered {
        object: "billing.alert_triggered";
        alert: Stripe.Billing.Alert;
        created: number;
        customer: string;
        livemode: boolean;
        value: number;
    }
    Index

    Properties

    object: "billing.alert_triggered"

    String representing the object's type. Objects of the same type share the same value.

    A billing alert is a resource that notifies you when a certain usage threshold on a meter is crossed. For example, you might create a billing alert to notify you when a certain user made 100 API requests.

    created: number

    Time at which the object was created. Measured in seconds since the Unix epoch.

    customer: string

    ID of customer for which the alert triggered

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    value: number

    The value triggering the alert