yodlee v0.1.0 Yodlee.Transaction
Functions for transactions
endpoint.
Link to this section Summary
Functions
List transactions by account id
Link to this section Types
Link to this type
t()
t() :: %Yodlee.Transaction{ account_id: integer(), amount: Yodlee.Money.t(), base_type: String.t(), container: String.t(), date: String.t(), id: integer(), interest: Yodlee.Money.t(), principal: Yodlee.Money.t(), status: String.t() }
Link to this section Functions
Link to this function
list(session, container, account_id)
list(user_session(), String.t(), String.t() | integer()) :: {:ok, [Yodlee.Transaction.t()]} | {:error, error()}
List transactions by account id.