Sha256: 046dbe35366fcbaf3e7a5a84cbe29daf53a2e5c1937e8d035af56c9221b34ade

Contents?: true

Size: 940 Bytes

Versions: 5

Compression:

Stored size: 940 Bytes

Contents

# MoneyKit::GetInvestmentTransactionsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **total** | **Integer** | The total number of results for this query. |  |
| **page** | **Integer** | The page number corresponding to this batch of results. |  |
| **size** | **Integer** | The number of results in this batch. |  |
| **investment_transactions** | [**Array<InvestmentTransactionResponse>**](InvestmentTransactionResponse.md) |  |  |
| **securities** | [**Array<SecurityResponse>**](SecurityResponse.md) |  |  |
| **accounts** | [**Array<AccountResponse>**](AccountResponse.md) |  |  |
| **link** | [**LinkCommon**](LinkCommon.md) |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::GetInvestmentTransactionsResponse.new(
  total: 82,
  page: 1,
  size: 50,
  investment_transactions: null,
  securities: null,
  accounts: null,
  link: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.14 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.13 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.12 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.11 docs/GetInvestmentTransactionsResponse.md