Sha256: b90cef4e571fb3862878f1aa759de16de3ac00193722d12d6a77ed6ba2b35107

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

# Plaid::TransactionsGetRequestOptions

## Properties

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

## Example

```ruby
require 'plaid'

instance = Plaid::TransactionsGetRequestOptions.new(
  account_ids: null,
  count: null,
  offset: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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