# `Stripe.Resources.V2.Billing.MeterEventAdjustment.Cancel`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/billing/meter_event_adjustment.ex#L33)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Billing.MeterEventAdjustment.Cancel{
  identifier: String.t() | nil
}
```

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

---

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