dwolla v1.0.1 Dwolla.Event View Source
Functions for events
endpoint.
Link to this section Summary
Link to this section Types
Link to this type
error()
View Source
error()
View Source
error() :: HTTPoison.Error.t() | Dwolla.Errors.t() | tuple()
error() :: HTTPoison.Error.t() | Dwolla.Errors.t() | tuple()
Link to this type
id()
View Source
id()
View Source
id() :: String.t()
id() :: String.t()
Link to this type
token()
View Source
token()
View Source
token() :: String.t()
token() :: String.t()
Link to this section Functions
Link to this function
get(token, id)
View Source
get(token, id)
View Source
get(token(), id()) :: {:ok, Dwolla.Event.t()} | {:error, error()}
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, limit \\ nil, offset \\ nil)
View Source
list(token(), integer() | nil, integer() | nil) ::
{:ok, [Dwolla.Event.t()]} | {:error, error()}
list(token(), integer() | nil, integer() | nil) :: {:ok, [Dwolla.Event.t()]} | {:error, error()}
Lists events. Results paginated.