Sha256: 4bb7e3a9cdee89b76a40fc3fa41b50c3d61008e7e76512cd219fce515da6b116
Contents?: true
Size: 891 Bytes
Versions: 445
Compression:
Stored size: 891 Bytes
Contents
# CybridApiBank::ComplianceCheckBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of compliance check; one of business_watchlists, business_verification, business_tax_id_verification, person_attested, person_tax_id_attested, person_watchlists, person_verification, person_authentication, person_gov_id_verification, person_tax_id_verification, external_bank_account_verification, or external_bank_account_attested. | | | **outcome** | **String** | The outcome of the compliance check; one of passed, failed, or inconclusive. | | | **failure_codes** | **Array<String>** | The reason codes explaining the outcome. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ComplianceCheckBankModel.new( type: null, outcome: null, failure_codes: null ) ```
Version data entries
445 entries across 445 versions & 1 rubygems