# `Stripe.Params.V2.Core.EventDestinationUpdateParams.WebhookEndpoint`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/event_destination_update_params.ex#L24)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.EventDestinationUpdateParams.WebhookEndpoint{
  url: String.t() | nil
}
```

* `url` - The URL of the webhook endpoint.

---

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