CaptainHook.WebhookNotifications.WebhookNotification (captain_hook v1.9.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %CaptainHook.WebhookNotifications.WebhookNotification{
  __meta__: term(),
  created_at: DateTime.t(),
  data: map(),
  id: binary(),
  inserted_at: DateTime.t(),
  livemode: boolean(),
  resource_id: binary() | nil,
  resource_type: binary() | nil,
  sequence: integer(),
  type: binary(),
  webhook: binary()
}