Sha256: 419f12a5ddd82529b9b331f5382b07633fe8b63455fdbd2502d65fde15e58ca2

Contents?: true

Size: 753 Bytes

Versions: 6

Compression:

Stored size: 753 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 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

6 entries across 6 versions & 1 rubygems

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