Sha256: cb30f0b01a64646565b54814c68862f8964f34f0eb3fed2828ab4cded0c7d06d
Contents?: true
Size: 980 Bytes
Versions: 457
Compression:
Stored size: 980 Bytes
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] | | **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, algorithm: null, fingerprint: null, created_at: null ) ```
Version data entries
457 entries across 457 versions & 1 rubygems