Sha256: 96a927123c5bae50cbca60d952e9931af1500d439b3fe40c802ee3daf4ce00d5
Contents?: true
Size: 704 Bytes
Versions: 4
Compression:
Stored size: 704 Bytes
Contents
# SyncteraRubySdk::ReturnData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **original_id** | **String** | Wire UUID of the original wire that was returned | [optional] | | **original_transaction_id** | **String** | Transaction UUID of the original wire that was returned | [optional] | | **previous_message_id** | **String** | Wire reference ID of the original wire that was returned | | | **reason** | **String** | The cause of the return | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ReturnData.new( original_id: null, original_transaction_id: null, previous_message_id: null, reason: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/ReturnData.md |
synctera_ruby_sdk-1.1.2 | docs/ReturnData.md |
synctera_ruby_sdk-1.1.1 | docs/ReturnData.md |
synctera_ruby_sdk-1.0.0 | docs/ReturnData.md |