Sha256: 9dc5e6b9ba2d9223fa46bb2b7d25a4488ebe81bc753e7a29ac60345b28ac8351
Contents?: true
Size: 901 Bytes
Versions: 123
Compression:
Stored size: 901 Bytes
Contents
# CybridApiBank::VerificationCheckBankModel ## 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::VerificationCheckBankModel.new( type: null, state: null, failure_codes: null ) ```
Version data entries
123 entries across 123 versions & 1 rubygems