PolarExpress.Events.UnknownEvent (polar_express v0.1.5)

Copy Markdown View Source

Fallback for unrecognized webhook events.

Summary

Types

t()

@type t() :: %PolarExpress.Events.UnknownEvent{
  data: map(),
  timestamp: String.t(),
  type: String.t()
}
  • type - The unrecognized event type string.
  • data - Raw event payload as a map.
  • timestamp - ISO 8601 timestamp of when the event occurred.