Sha256: 60ba238ef086d908dd386d26dbcb5904df5c2db0dcf6dfdb86fb96f0a7a6e2c5
Contents?: true
Size: 903 Bytes
Versions: 447
Compression:
Stored size: 903 Bytes
Contents
# CybridApiBank::ComplianceDecisionBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of verification 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. | | | **state** | **String** | The state of the verification check; one of passed, failed, expired, or invalidated. | | | **failure_codes** | **Array<String>** | The reason codes explaining the outcome. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ComplianceDecisionBankModel.new( type: null, state: null, failure_codes: null ) ```
Version data entries
447 entries across 447 versions & 1 rubygems