Sha256: 76d6c4c4b84cd979d58742f40c994dfda654eb34d0b35024b2f331487465dc21
Contents?: true
Size: 1 KB
Versions: 4
Compression:
Stored size: 1 KB
Contents
# Plaid::InvestmentsHoldingsGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountBase>**](AccountBase.md) | The accounts associated with the Item | | | **holdings** | [**Array<Holding>**](Holding.md) | The holdings belonging to investment accounts associated with the Item. Details of the securities in the holdings are provided in the `securities` field. | | | **securities** | [**Array<Security>**](Security.md) | Objects describing the securities held in the accounts associated with the Item. | | | **item** | [**Item**](Item.md) | | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::InvestmentsHoldingsGetResponse.new( accounts: null, holdings: null, securities: null, item: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems