yodlee v0.1.2 Yodlee.Transaction View Source
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()
View Source
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)
View Source
list(user_session(), String.t(), String.t() | integer()) :: {:ok, [Yodlee.Transaction.t()]} | {:error, error()}
List transactions by account id.