GameServer.Payments.ProviderEvent (game_server_core v1.0.998)

Copy Markdown

Dedupe record for webhook and store notification events.

Summary

Types

t()

@type t() :: %GameServer.Payments.ProviderEvent{
  __meta__: term(),
  event_id: term(),
  event_type: term(),
  id: term(),
  inserted_at: term(),
  metadata: term(),
  payload: term(),
  processed_at: term(),
  provider: term(),
  updated_at: term()
}

Functions

changeset(event, attrs)