Sha256: 95e2ca7064b5f48bbb1d8f196fe26c1a75f3d4efb8417945cdbeb7cd80159835
Contents?: true
Size: 487 Bytes
Versions: 470
Compression:
Stored size: 487 Bytes
Contents
# CybridApiBank::AttestationDetailsBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **state** | **String** | The state of an identity record attestation | [optional] | | **failure_code** | **String** | The failure code of an identity record attestation (if any) | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::AttestationDetailsBankModel.new( state: null, failure_code: null ) ```
Version data entries
470 entries across 470 versions & 1 rubygems