# `Polarex.WebhookEvent`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/webhook_event.ex#L1)

Provides struct and type for a WebhookEvent

# `t`

```elixir
@type t() :: %Polarex.WebhookEvent{
  created_at: DateTime.t(),
  id: String.t(),
  is_archived: boolean(),
  last_http_code: integer() | nil,
  modified_at: DateTime.t() | nil,
  payload: String.t() | nil,
  skipped: boolean(),
  succeeded: boolean() | nil,
  type: String.t()
}
```

---

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