# `Stripe.Resources.V2.Core.EventDestination.WebhookEndpoint`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/event_destination.ex#L117)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.EventDestination.WebhookEndpoint{
  signing_secret: String.t() | nil,
  url: String.t() | nil
}
```

* `signing_secret` - The signing secret of the webhook endpoint, only includable on creation.
* `url` - The URL of the webhook endpoint, includable.

---

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