View Source Dwolla.Event (dwolla v1.0.3)

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

Specs

error() :: HTTPoison.Error.t() | Dwolla.Errors.t() | tuple()

Specs

id() :: String.t()

Specs

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

Specs

token() :: String.t()

Link to this section Functions

Specs

get(token(), id()) :: {:ok, t()} | {:error, error()}

Gets a funding source by id.

Link to this function

list(token, limit \\ nil, offset \\ nil)

View Source

Specs

list(token(), integer() | nil, integer() | nil) ::
  {:ok, [t()]} | {:error, error()}

Lists events. Results paginated.