Sha256: b8347dce11ed023545c4857b4e762133df1c31fbfeded9f81ef5208174fd5b15
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
# Plaid::ItemGetRequest ## 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. | | ## Example ```ruby require 'plaid' instance = Plaid::ItemGetRequest.new( client_id: null, secret: null, access_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/ItemGetRequest.md |
plaid-14.0.0.beta.2 | docs/ItemGetRequest.md |
plaid-14.0.0.beta.1 | docs/ItemGetRequest.md |