Sha256: fc1000dcdd9a8f4f5f767ec416f3a061a614dab47626c8d5b47765998bee3ad0
Contents?: true
Size: 690 Bytes
Versions: 3
Compression:
Stored size: 690 Bytes
Contents
# Plaid::InvestmentsHoldingsGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **options** | [**InvestmentHoldingsGetRequestOptions**](InvestmentHoldingsGetRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::InvestmentsHoldingsGetRequest.new( client_id: null, secret: null, access_token: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/InvestmentsHoldingsGetRequest.md |
plaid-14.0.0.beta.2 | docs/InvestmentsHoldingsGetRequest.md |
plaid-14.0.0.beta.1 | docs/InvestmentsHoldingsGetRequest.md |