Meter Event Adjustment
A Meter Event Adjustment is used to cancel or modify previously recorded meter events. Meter Event Adjustments allow you to correct billing data by canceling individual events or event ranges, with tracking of adjustment status and creation time.
Summary
Types
@type t() :: %Stripe.Resources.V2.Billing.MeterEventAdjustment{ cancel: term(), created: term(), event_name: term(), id: term(), livemode: term(), object: term(), status: term(), type: term() }
cancel- Specifies which event to cancel.created- The time the adjustment was created. Format: date-time.event_name- The name of the meter event. Corresponds with theevent_namefield on a meter.id- The unique ID of this meter event adjustment.livemode- Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.object- String representing the object's type. Objects of the same type share the same value of the object field. Possible values:v2.billing.meter_event_adjustment.status- Open Enum. The meter event adjustment's status. Possible values:complete,pending.type- Open Enum. Specifies the type of cancellation. Currently supports canceling a single event. Possible values:cancel.