Sha256: 0c754e9ca327e781edf0b7b76dfb95cf89fe82654eafa5032f4ea5926aac9b1c
Contents?: true
Size: 1.07 KB
Versions: 4
Compression:
Stored size: 1.07 KB
Contents
# SyncteraRubySdk::VerificationRequest ## 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. | | | **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::VerificationRequest.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