Sha256: a4cd26b050880621e98293b893985703dceac5192c58e6eb62c030309f0772c1

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

# SyncteraRubySdk::TransactionListAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transactions** | [**Array<Transaction>**](Transaction.md) | Array of statement transactions |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransactionListAllOf.new(
  transactions: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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