Sha256: a878d0ee7d45da7a907c02966c8e7a840b09fe0e44089dfb1ebcb1d118b92323
Contents?: true
Size: 901 Bytes
Versions: 2
Compression:
Stored size: 901 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. | [optional] | | **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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cybrid_api_bank_ruby-0.115.139 | docs/ComplianceCheckBankModel.md |
cybrid_api_bank_ruby-0.115.137 | docs/ComplianceCheckBankModel.md |