View Source Plaid.Investments.GetTransactionsResponse (elixir_plaid v1.2.1)

Plaid API /investments/transactions/get response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Investments.GetTransactionsResponse{
  accounts: [Plaid.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()
}