Mayson Monorepo Documentation
    Preparing search index...
    interface MeterEventAdjustmentCreateParams {
        event_name: string;
        type: "cancel";
        cancel?: Stripe.Billing.MeterEventAdjustmentCreateParams.Cancel;
        expand?: string[];
    }
    Index

    Properties

    event_name: string

    The name of the meter event. Corresponds with the event_name field on a meter.

    type: "cancel"

    Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.

    Specifies which event to cancel.

    expand?: string[]

    Specifies which fields in the response should be expanded.