Sha256: 957aa19d910d3d52c3f9bc72805b38e55c9269a5e0ab3fd2c80cbfed731af77e
Contents?: true
Size: 730 Bytes
Versions: 5
Compression:
Stored size: 730 Bytes
Contents
# MoneyKit::GetUserTransactionsResponse ## 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<TransactionResponse>**](TransactionResponse.md) | | | | **accounts** | [**Hash<String, BasicAccountDetails>**](BasicAccountDetails.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::GetUserTransactionsResponse.new( total: 82, page: 1, size: 50, transactions: null, accounts: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems