Sha256: 9a98135e895e4d1710f954c827dada75e0c98cdedbf7669a194fd925e55156c0

Contents?: true

Size: 924 Bytes

Versions: 6

Compression:

Stored size: 924 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<Account>**](Account.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

6 entries across 6 versions & 1 rubygems

Version Path
moneykit-0.1.10 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.9 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.6 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.5 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.4 docs/GetInvestmentTransactionsResponse.md
moneykit-0.1.3 docs/GetInvestmentTransactionsResponse.md