Sha256: fbbce4d820fa48a330a920c373eb7e2bd9073500bb929019acd9406c9421dd19

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

# SyncteraRubySdk::OutgoingAchListAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **transactions** | [**Array<OutgoingAch>**](OutgoingAch.md) | Array of sent ACH transactions. |  |

## Example

```ruby
require 'synctera_ruby_sdk'

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

Version data entries

4 entries across 4 versions & 1 rubygems

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