# `Stripe.Params.V2.Core.EventListParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/event_list_params.ex#L2)

Parameters for event list.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.EventListParams{
  created: term(),
  limit: term(),
  object_id: term(),
  types: term()
}
```

* `created` - Set of filters to query events within a range of `created` timestamps.
* `limit` - The page size.
* `object_id` - Primary object ID used to retrieve related events.
* `types` - An array of up to 20 strings containing specific event names.

---

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