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

Plaid Accounts API calls and schema.

Link to this section Summary

Link to this section Types

Specs

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