Sha256: 95c766eb7c729a2c8bf4a46d9d0b215e29b8a2d3059b5b64a08395f4a7dacd7c
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
# SyncteraRubySdk::VerificationRequestAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **business_id** | **String** | Unique ID for the business. Exactly one of `business_id` or `person_id` must be set. | [optional] | | **customer_consent** | **Boolean** | Whether this customer has consented to be verified. | [optional] | | **customer_ip_address** | **String** | The customer's IP address. | [optional] | | **document_id** | **String** | The ID of the uploaded government-issued identification document provided by the Socure SDK. | [optional] | | **person_id** | **String** | Unique ID for the person. Exactly one of `person_id` or `business_id` must be set. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::VerificationRequestAllOf.new( business_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, customer_consent: null, customer_ip_address: 140.151.183.216, document_id: 1ab2c3de-fg45-6789-a01b-23c45678defg, person_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems