Sha256: 2287cf49b9776db9bc800388929049b63ffd9793ac080d03c11936bc45b662df
Contents?: true
Size: 698 Bytes
Versions: 4
Compression:
Stored size: 698 Bytes
Contents
# SyncteraRubySdk::VerificationVendorJson ## 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] | | **json** | **Object** | Data representation in JSON. | | | **vendor** | **String** | Name of the vendor used. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::VerificationVendorJson.new( content_type: null, details: null, json: null, vendor: SOCURE ) ```
Version data entries
4 entries across 4 versions & 1 rubygems