Stripe.Params.V2.Billing.MeterEventAdjustmentCreateParams (tiger_stripe v0.3.0)

Copy Markdown View Source

Parameters for meter event adjustment create.

Summary

Types

cancel()

@type cancel() :: %{
  optional(:identifier) => String.t() | nil,
  optional(String.t()) => term()
}
  • identifier - Unique identifier for the event. You can only cancel events within 24 hours of Stripe receiving them.

t()

@type t() :: %Stripe.Params.V2.Billing.MeterEventAdjustmentCreateParams{
  cancel: cancel(),
  event_name: String.t(),
  type: String.t()
}
  • cancel - Specifies which event to cancel.
  • event_name - The name of the meter event. Corresponds with the event_name field on a meter.
  • type - Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet. Possible values: cancel.