Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

VerificationVendorInfoDetail.md

File metadata and controls

20 lines (14 loc) · 489 Bytes

Synctera::VerificationVendorInfoDetail

Properties

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

Example

require 'synctera'

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