Sha256: d4cb150b52a968455fb38abbabfe13f4597269a66462f54276bda04fddbee191
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
# SyncteraRubySdk::CustomerVerificationResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique ID for this verification result. | [optional][readonly] | | **issues** | **Array<String>** | List of potential problems found. These are subject to change. | [optional][readonly] | | **raw_response** | [**RawResponse**](RawResponse.md) | | [optional] | | **result** | **String** | The determination of this verification. | | | **vendor_info** | [**VerificationVendorInfo**](VerificationVendorInfo.md) | | [optional] | | **verification_time** | **Time** | The date and time the verification was completed. | | | **verification_type** | [**VerificationType**](VerificationType.md) | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::CustomerVerificationResult.new( id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, issues: null, raw_response: null, result: ACCEPTED, vendor_info: null, verification_time: null, verification_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems