Sha256: e9d02e771accf34830eea4475daf644a11ee3c31d9da11fdbd620d3501708185

Contents?: true

Size: 546 Bytes

Versions: 4

Compression:

Stored size: 546 Bytes

Contents

# SyncteraRubySdk::PostedTransactions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. |  |
| **result** | [**Array<PostedTransaction>**](PostedTransaction.md) | List of posted transactions |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PostedTransactions.new(
  next_page_token: null,
  result: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/PostedTransactions.md
synctera_ruby_sdk-1.1.2 docs/PostedTransactions.md
synctera_ruby_sdk-1.1.1 docs/PostedTransactions.md
synctera_ruby_sdk-1.0.0 docs/PostedTransactions.md