Sha256: 0a64ee9914f0872e4a8265020df52907cc44b9f80f6956525368ff91122d7a82
Contents?: true
Size: 909 Bytes
Versions: 250
Compression:
Stored size: 909 Bytes
Contents
# CybridApiBank::IdentityRecordBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity record. | [optional] | | **customer_guid** | **String** | The customer's identifier. | [optional] | | **type** | **String** | The identity record's type. | [optional] | | **attestation_details** | [**AttestationDetailsBankModel**](AttestationDetailsBankModel.md) | | [optional] | | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] | | **expired_at** | **Time** | ISO8601 datetime the record is expired at. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityRecordBankModel.new( guid: null, customer_guid: null, type: null, attestation_details: null, created_at: null, expired_at: null ) ```
Version data entries
250 entries across 250 versions & 1 rubygems