Sha256: 11c54505b988e86d3d3448c07f0904177387188320fd0250e79cdcbe023daa3b

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

# SyncteraRubySdk::InternalTransferPatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **status** | **String** | The desired status of the internal transfer auth | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InternalTransferPatch.new(
  status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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