accounting v0.1.2 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}