Sha256: 0bd9db64b7291c956b15f6b0ac1025542ad0d3328293d19798edd7fe3907340b

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

# Plaid::InvestmentsTransactionsGetResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **item** | [**Item**](Item.md) |  |  |
| **accounts** | [**Array<AccountBase>**](AccountBase.md) | The accounts for which transaction history is being fetched. |  |
| **securities** | [**Array<Security>**](Security.md) | All securities for which there is a corresponding transaction being fetched. |  |
| **investment_transactions** | [**Array<InvestmentTransaction>**](InvestmentTransaction.md) | The transactions being fetched |  |
| **total_investment_transactions** | **Integer** | The total number of transactions available within the date range specified. If `total_investment_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter.' |  |
| **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::InvestmentsTransactionsGetResponse.new(
  item: null,
  accounts: null,
  securities: null,
  investment_transactions: null,
  total_investment_transactions: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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