Sha256: 4c44537e613fb7e902192775d06b831c2d7e6ab86dede82cf8741b91aab1d495

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

# Plaid::AccountsGetRequestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_ids** | **Array<String>** | An array of `account_ids` to retrieve for the Account. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::AccountsGetRequestOptions.new(
  account_ids: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AccountsGetRequestOptions.md
plaid-14.0.0.beta.3 docs/AccountsGetRequestOptions.md
plaid-14.0.0.beta.2 docs/AccountsGetRequestOptions.md
plaid-14.0.0.beta.1 docs/AccountsGetRequestOptions.md