Plaid.Accounts.GetResponse (elixir_plaid v0.2.1) View Source

Plaid API /accounts/get response schema..

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Accounts.GetResponse{
  accounts: [Plaid.Account.t()],
  item: Plaid.Item.t(),
  request_id: String.t()
}