Sha256: 0a970f22fbb30c7d973f28e5d38ae488daa70623a39c494be9973dad70ebeaae

Contents?: true

Size: 518 Bytes

Versions: 4

Compression:

Stored size: 518 Bytes

Contents

# Plaid::AccountsBalanceGetRequestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_ids** | **Array<String>** | A list of `account_ids` to retrieve for the Item. The default value is `null`.  Note: An error will be returned if a provided `account_id` is not associated with the Item. | [optional] |

## Example

```ruby
require 'plaid'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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