Sha256: f583f5de7e712ea5687022dedd7c5c9ff6d10310299ee0eed1862a340a877350

Contents?: true

Size: 1.86 KB

Versions: 4

Compression:

Stored size: 1.86 KB

Contents

# SyncteraRubySdk::VerificationAllOf

## 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] |
| **creation_time** | **Time** | The date and time the resource was created. | [optional][readonly] |
| **details** | [**Array<Detail>**](Detail.md) | A list of individual checks done as part of the due diligence process for the verification type.  | [optional][readonly] |
| **id** | **String** | Unique ID for this verification result. | [optional][readonly] |
| **last_updated_time** | **Time** | The date and time the resource was last updated. | [optional][readonly] |
| **metadata** | **Object** | Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.  | [optional] |
| **person_id** | **String** | Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.  | [optional] |
| **result** | [**VerificationResult**](VerificationResult.md) |  | [optional] |
| **vendor_info** | [**VendorInfo**](VendorInfo.md) |  | [optional] |
| **verification_time** | **Time** | The date and time the verification was completed. | [optional] |
| **verification_type** | [**VerificationType1**](VerificationType1.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::VerificationAllOf.new(
  business_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  creation_time: 2010-05-06T12:23:34.321Z,
  details: null,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  metadata: null,
  person_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  result: null,
  vendor_info: null,
  verification_time: null,
  verification_type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/VerificationAllOf.md
synctera_ruby_sdk-1.1.2 docs/VerificationAllOf.md
synctera_ruby_sdk-1.1.1 docs/VerificationAllOf.md
synctera_ruby_sdk-1.0.0 docs/VerificationAllOf.md