Sha256: 0b2c2691bb8c12ed051511a2c8448aed8773dfb8dea1979a4afac0fb6c3b3ddc
Contents?: true
Size: 541 Bytes
Versions: 33
Compression:
Stored size: 541 Bytes
Contents
# CybridApiBank::VerificationCheckBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of verification check. | | | **state** | **String** | The state of the verification check. | | | **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
33 entries across 33 versions & 1 rubygems