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

Plaid API /investments/holdings/get response schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Investments.GetHoldingsResponse{
  accounts: [Plaid.Account.t()],
  holdings: [Plaid.Investments.Holding.t()],
  item: Plaid.Item.t(),
  request_id: String.t(),
  securities: [Plaid.Investments.Security.t()]
}