Sha256: 25e85280f9f8d1b4cdbaf55d3ab6fcdae075166e06300978ea2c3e3d1575e7fc
Contents?: true
Size: 742 Bytes
Versions: 11
Compression:
Stored size: 742 Bytes
Contents
# MoneyKit::GetTransactionsResponse ## 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. | | | **transactions** | [**Array<Transaction>**](Transaction.md) | | | | **accounts** | [**Array<Account>**](Account.md) | | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetTransactionsResponse.new( total: 82, page: 1, size: 50, transactions: null, accounts: null, link: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems