Sha256: 0cbb0104b3b703e4be82722d8b644ffc9f70585a0d9cf770ba549e433154f8d1

Contents?: true

Size: 753 Bytes

Versions: 3

Compression:

Stored size: 753 Bytes

Contents

# MoneyKit::TransactionSyncResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transactions** | [**TransactionSync**](TransactionSync.md) |  |  |
| **cursor** | [**CursorPagination**](CursorPagination.md) |  |  |
| **has_more** | **Boolean** | This condition indicates the presence of transaction updates exceeding the requested count.         If true, additional updates MUST be retrieved by making an additional request with cursor set to `cursor.next`.          |  |
| **link** | [**LinkCommon**](LinkCommon.md) |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::TransactionSyncResponse.new(
  transactions: null,
  cursor: null,
  has_more: null,
  link: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneykit-0.1.13 docs/TransactionSyncResponse.md
moneykit-0.1.12 docs/TransactionSyncResponse.md
moneykit-0.1.11 docs/TransactionSyncResponse.md