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

Parameters for event destination retrieve.

# `t`

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

* `include` - Additional fields to include in the response.

---

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