Plaid.Investments.GetTransactionsResponse (elixir_plaid v0.1.3) View Source

Plaid Investments Get Transactions Response schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Investments.GetTransactionsResponse{
  accounts: [Plaid.Accounts.Account.t()],
  investment_transactions: [Plaid.Investments.Transaction.t()],
  item: Plaid.Item.t(),
  request_id: String.t(),
  securities: [Plaid.Investments.Security.t()],
  total_investment_transactions: integer()
}