SyncteraRubySdk::AdhocVerificationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique ID for this verification result. | |
| matching_watchlists | Array<String> | list of watchlists that the subject of the request matched | |
| result | VerificationResult | ||
| vendor_info | VendorInfo | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::AdhocVerificationResponse.new(
id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
matching_watchlists: null,
result: null,
vendor_info: null
)