Mayson Monorepo Documentation
    Preparing search index...
    interface AlertCreateParams {
        alert_type: "usage_threshold";
        title: string;
        expand?: string[];
        usage_threshold?: Stripe.Billing.AlertCreateParams.UsageThreshold;
    }
    Index

    Properties

    alert_type: "usage_threshold"

    The type of alert to create.

    title: string

    The title of the alert.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    The configuration of the usage threshold.