SyncteraRubySdk::RawResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| provider | ProviderType | [optional] | |
| raw_data | String | Raw data from an external provider, as a JSON string. | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::RawResponse.new(
provider: null,
raw_data: {}
)