Sha256: 97a2c7c96385e6d468ece44275aaa953d0609c80d493d1d683cbc720d0e5ff50

Contents?: true

Size: 512 Bytes

Versions: 4

Compression:

Stored size: 512 Bytes

Contents

# SyncteraRubySdk::VerificationVendorInfoDetail

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** | Vendor specific code. | [optional] |
| **description** | **String** | Description of vendor specific code. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::VerificationVendorInfoDetail.new(
  code: R186,
  description: Global Watchlist sources selected are correlated with the input identifiers
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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