Sha256: 0822c2e908086596a09727173bd0af6bbc9afe16c724b9945bc7cb908db7b409
Contents?: true
Size: 691 Bytes
Versions: 4
Compression:
Stored size: 691 Bytes
Contents
# 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**](VerificationResult.md) | | | | **vendor_info** | [**VendorInfo**](VendorInfo.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AdhocVerificationResponse.new( id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, matching_watchlists: null, result: null, vendor_info: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems