Sha256: 086c2596c78725bb5af9b64ac2f681e1c376c56a207d636970410c0bf59c3e6f
Contents?: true
Size: 693 Bytes
Versions: 4
Compression:
Stored size: 693 Bytes
Contents
# SyncteraRubySdk::VerificationVendorXml ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content_type** | **String** | Describes the content-type encoding received from the vendor. | | | **details** | [**Array<VerificationVendorInfoDetail>**](VerificationVendorInfoDetail.md) | Array of vendor specific information. | [optional][readonly] | | **vendor** | **String** | Name of the vendor used. | | | **xml** | **String** | Data representaion in XML. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::VerificationVendorXml.new( content_type: null, details: null, vendor: IDOLOGY, xml: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems