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

Parameters for event destination list.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.EventDestinationListParams{
  include: [String.t()] | nil,
  limit: integer() | nil
}
```

* `include` - Additional fields to include in the response. Currently supports `webhook_endpoint.url`.
* `limit` - The page size.

---

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