Sha256: f42ca71e9d91ca3f94f5fb9a4760dabd1c7de77faac07d62e3603f6b40f08741

Contents?: true

Size: 851 Bytes

Versions: 2

Compression:

Stored size: 851 Bytes

Contents

# MoneyKit::TransactionSyncResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transactions** | [**TransactionSync**](TransactionSync.md) |  |  |
| **accounts** | [**Array<AccountResponse>**](AccountResponse.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,
  accounts: null,
  cursor: null,
  has_more: null,
  link: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/TransactionSyncResponse.md
moneykit-0.1.14 docs/TransactionSyncResponse.md