dwolla v1.0.1 Dwolla.Event View Source

Functions for events endpoint.

Link to this section Summary

Functions

Gets a funding source by id

Lists events. Results paginated

Link to this section Types

Link to this type

t() View Source
t() :: %Dwolla.Event{
  created: String.t(),
  id: String.t(),
  resource: String.t(),
  resource_id: String.t(),
  topic: String.t()
}

Link to this section Functions

Link to this function

get(token, id) View Source
get(token(), id()) :: {:ok, Dwolla.Event.t()} | {:error, error()}

Gets a funding source by id.

Link to this function

list(token, limit \\ nil, offset \\ nil) View Source
list(token(), integer() | nil, integer() | nil) ::
  {:ok, [Dwolla.Event.t()]} | {:error, error()}

Lists events. Results paginated.