Sha256: d489e86c4aa303f1bb8094c8c5cc0b4dd8fdd9ee3ae8f0ada11bb1475c93dcdc

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

# Plaid::AccountsGetRequest

## 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** | [**AccountsGetRequestOptions**](AccountsGetRequestOptions.md) |  | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::AccountsGetRequest.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/AccountsGetRequest.md
plaid-14.0.0.beta.2 docs/AccountsGetRequest.md
plaid-14.0.0.beta.1 docs/AccountsGetRequest.md