accounting v0.2.1 Accounting.Adapter behaviour
Summary
Callbacks
fetch_account_transactions(binary)
fetch_account_transactions(binary) ::
{:ok, [Accounting.AccountTransaction.t]} |
{:error, any}
receive_money(binary, arg1, list)
receive_money(binary, Date.t, [Accounting.LineItem.t]) :: :ok | {:error, any}
spend_money(binary, arg1, list)
spend_money(binary, Date.t, [Accounting.LineItem.t]) :: :ok | {:error, any}