Sha256: b02e61e9ce504ae44f1c7616a767143eeae06914e1a7ab42909564c99cf64f63
Contents?: true
Size: 1.08 KB
Versions: 512
Compression:
Stored size: 1.08 KB
Contents
# CybridApiBank::VerificationKeyBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the verification key. | [optional] | | **bank_guid** | **String** | The banks's identifier. | [optional] | | **type** | **String** | The verification key's type. | [optional] | | **state** | **String** | The verification key's state. | [optional] | | **failure_code** | **String** | The verification key's failure code (if any). | [optional] | | **algorithm** | **String** | The verification key's algorithm. | [optional] | | **fingerprint** | **String** | The verification key's cryptographic fingerprint. | [optional] | | **created_at** | **Time** | ISO8601 datetime the verification key was created at. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::VerificationKeyBankModel.new( guid: null, bank_guid: null, type: null, state: null, failure_code: null, algorithm: null, fingerprint: null, created_at: null ) ```
Version data entries
512 entries across 512 versions & 1 rubygems