SyncteraRubySdk::VendorXml
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| content_type | String | Describes the content-type encoding received from the vendor | |
| vendor | String | ||
| xml | String | Data representaion in XML |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::VendorXml.new(
content_type: null,
vendor: IDOLOGY,
xml: null
)