Inttegro.Chimes.ChimeEmailEvent (inttegro v0.1.1)

Copy Markdown View Source

Typed Inttegro domain value.

Summary

Types

t()

@type t() :: %Inttegro.Chimes.ChimeEmailEvent{
  bounce_sub_type: String.t() | nil,
  bounce_type: String.t() | nil,
  complaint_sub_type: String.t() | nil,
  id: String.t(),
  occurred_at: String.t(),
  provider: String.t(),
  provider_message_id: String.t(),
  reason: String.t() | nil,
  reason_code: String.t() | nil,
  recipient: String.t() | nil,
  source: String.t() | nil,
  suppress_recipient: boolean() | nil,
  temporary: boolean() | nil,
  type: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()

new!(attrs \\ %{})

@spec new!(map() | keyword()) :: t()

to_map(value)

@spec to_map(t()) :: map()