SyncteraRubySdk::VerificationVendorXml
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| content_type | String | Describes the content-type encoding received from the vendor. | |
| details | Array<VerificationVendorInfoDetail> | Array of vendor specific information. | [optional][readonly] |
| vendor | String | Name of the vendor used. | |
| xml | String | Data representaion in XML. |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::VerificationVendorXml.new(
content_type: null,
details: null,
vendor: IDOLOGY,
xml: null
)