View Source Chargebeex.Event (chargebeex v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Chargebeex.Event{
  api_version: String.t() | nil,
  content: map() | nil,
  event_type: String.t() | nil,
  id: String.t() | nil,
  object: String.t() | nil,
  occurred_at: integer() | nil,
  resources: map(),
  source: String.t() | nil,
  user: String.t() | nil,
  webhook_status: String.t() | nil
}

Link to this section Functions

Callback implementation for Chargebeex.Resource.build/1.

Link to this function

build(map_or_kwlist, opts \\ [])

View Source
@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Chargebeex.Event{
  api_version: term(),
  content: term(),
  event_type: term(),
  id: term(),
  object: term(),
  occurred_at: term(),
  resources: term(),
  source: term(),
  user: term(),
  webhook_status: term()
}
Link to this function

list(params \\ %{}, opts \\ [])

View Source

Callback implementation for Chargebeex.Resource.list/2.

Link to this function

retrieve(id, opts \\ [])

View Source

Callback implementation for Chargebeex.Resource.retrieve/2.