Sha256: a8726532817aa68cb75fab5f67c36f3139fd1b0c3f48fc23a6e0ef837f6c46fb

Contents?: true

Size: 649 Bytes

Versions: 4

Compression:

Stored size: 649 Bytes

Contents

# Plaid::InvestmentsTransactionsGetRequestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_ids** | **Array<String>** | An array of `account_ids` to retrieve for the Item. | [optional] |
| **count** | **Integer** | The number of transactions to fetch.  | [optional][default to 100] |
| **offset** | **Integer** | The number of transactions to skip when fetching transaction history | [optional][default to 0] |

## Example

```ruby
require 'plaid'

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