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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Billing.MeterEventAdjustmentCreateParams.Cancel{
  identifier: String.t() | nil
}
```

* `identifier` - Unique identifier for the event. You can only cancel events within 24 hours of Stripe receiving them. Max length: 100.

---

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