SyncteraRubySdk::CustomerVerificationResultListAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| verifications | Array<CustomerVerificationResult> | Array of verification results. |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::CustomerVerificationResultListAllOf.new(
verifications: null
)