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

    Properties

    Specifies which event to cancel.

    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.