Sha256: d78e0ae2ed9375e72a161f00d9c450d054b19103c5095111ce259ce9d8527d46
Contents?: true
Size: 731 Bytes
Versions: 5
Compression:
Stored size: 731 Bytes
Contents
# MoneyKit::TransactionSyncResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **transactions** | [**TransactionDiff**](TransactionDiff.md) | | | | **cursor** | [**CursorPagination**](CursorPagination.md) | | | | **has_more** | **Boolean** | This condition indicates the presence of transaction updates exceeding the requested count. If true, additional updates can be retrieved by making an additional request with cursor set to next_cursor. | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::TransactionSyncResponse.new( transactions: null, cursor: null, has_more: null, link: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems