yodlee v0.1.2 Yodlee.Refreshinfo View Source

Yodlee data structure for provider account refresh information.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Yodlee.Refreshinfo{
  action_required: String.t(),
  additional_status: String.t(),
  last_refresh_attempt: String.t(),
  last_refreshed: String.t(),
  message: String.t(),
  next_refresh_scheduled: String.t(),
  status_code: String.t(),
  status_message: String.t()
}