Plaid.Investments.Holdings (plaid v3.0.0) View Source
Functions for Plaid investments/holdings
endpoints.
Link to this section Summary
Functions
Gets user-authorized stock position data for investment-type Accounts
Link to this section Types
Specs
Specs
error() :: {:error, Plaid.Error.t() | any()} | no_return()
Specs
Specs
t() :: %Plaid.Investments.Holdings{ accounts: [Plaid.Accounts.Account.t()], holdings: [Plaid.Investments.Holdings.Holding.t()], item: Plaid.Item.t(), request_id: String.t(), securities: [Plaid.Investments.Security.t()] }
Link to this section Functions
Specs
Gets user-authorized stock position data for investment-type Accounts
Parameters
%{
access_token: "access-env-identifier",
options: %{
account_ids: ["BFEWTGFD"]
}
}