Mayson Monorepo Documentation
    Preparing search index...

    The MeterEventAdjustment object.

    interface MeterEventAdjustment {
        id: string;
        object: "v2.billing.meter_event_adjustment";
        cancel: Stripe.V2.Billing.MeterEventAdjustment.Cancel;
        created: string;
        event_name: string;
        livemode: boolean;
        status: Stripe.V2.Billing.MeterEventAdjustment.Status;
        type: "cancel";
    }
    Index

    Properties

    id: string

    The unique id of this meter event adjustment.

    object: "v2.billing.meter_event_adjustment"

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

    Specifies which event to cancel.

    created: string

    The time the adjustment was created.

    event_name: string

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

    livemode: boolean

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

    Open Enum. The meter event adjustment's status.

    type: "cancel"

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