Sha256: 41a46d58f81a4ccf2677ad686140a175f51af6772d22334dee1613c976f008cf

Contents?: true

Size: 387 Bytes

Versions: 4

Compression:

Stored size: 387 Bytes

Contents

# SyncteraRubySdk::InternalTransferInstruction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **request** | [**InternalTransfer**](InternalTransfer.md) |  |  |
| **type** | **String** |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InternalTransferInstruction.new(
  request: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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