Sha256: 1d5522ea1977bf2667fcde4cec93815a22e44d83a3c26496e55abb25b6da03b4
Contents?: true
Size: 917 Bytes
Versions: 4
Compression:
Stored size: 917 Bytes
Contents
# SyncteraRubySdk::CustomerVerification ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_consent** | **Boolean** | Whether this customer has consented to a KYC check. | | | **customer_ip_address** | **String** | IP address of the customer being verified. | [optional] | | **document_id** | **String** | The ID of the uploaded government-issued identification document provided by the Socure SDK. | [optional] | | **verification_type** | [**Array<VerificationType>**](VerificationType.md) | List of possible checks to run on a customer. This is a legacy field that is now ignored. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::CustomerVerification.new( customer_consent: null, customer_ip_address: 140.151.183.216, document_id: 1ab2c3de-fg45-6789-a01b-23c45678defg, verification_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems