View Source ExPaystack (ex_paystack v0.0.1)
Documentation for ExPaystack
.
Link to this section Summary
Link to this section Functions
Specs
fetch_transaction(any()) :: {:error, any()} | {:ok, %{ :body => false | nil | true | binary() | [ false | nil | true | binary() | list() | number() | {any(), any(), any()} | map() ] | number() | %{ optional(atom() | binary() | {any(), any(), any()}) => false | nil | true | binary() | list() | number() | {any(), any(), any()} | map() }, :status_code => any(), optional(any()) => any() }}
List transactions.
examples
Examples
iex> ExPaystack.list_transactions()