# `Stripe.Params.V2.Billing.MeterEventAdjustmentCreateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.ex#L2)

Parameters for meter event adjustment create.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Billing.MeterEventAdjustmentCreateParams{
  cancel: term(),
  event_name: term(),
  type: term()
}
```

* `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 the type of cancellation. Currently supports canceling a single event. Possible values: `cancel`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
