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

Version Path
cybrid_api_bank_ruby-0.71.72 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.71 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.70 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.69 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.68 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.67 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.66 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.64 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.63 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.62 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.61 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.60 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.59 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.58 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.57 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.56 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.55 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.54 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.53 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.71.52 docs/IdentityRecordBankModel.md