yodlee v0.1.2 Yodlee.ProviderAccount View Source
Functions for providerAccounts
endpoint.
Link to this section Summary
Functions
Deletes provider account
Gets provider account by id
Lists all provider accounts associated with User session
Link to this section Types
Link to this section Functions
Link to this function
delete(session, id)
View Source
delete(user_session(), String.t() | integer()) :: {:ok, Yodlee.ProviderAccount.t()} | {:error, error()}
Deletes provider account.
Link to this function
get(session, id)
View Source
get(user_session(), String.t() | integer()) :: {:ok, Yodlee.ProviderAccount.t()} | {:error, error()}
Gets provider account by id.
Link to this function
list(session)
View Source
list(user_session()) :: {:ok, [Yodlee.ProviderAccount.t()]} | {:error, error()}
Lists all provider accounts associated with User session.