Sha256: c01493b1aff79a1ea2a4d8fb192e1aa01fdad666cb4eb7df4c061cbf524365a2

Contents?: true

Size: 803 Bytes

Versions: 677

Compression:

Stored size: 803 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 customer was created 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
)
```

Version data entries

677 entries across 677 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.58.17 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.16 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.15 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.13 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.12 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.11 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.10 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.9 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.7 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.6 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.5 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.4 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.3 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.2 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.1 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.58.0 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.57.50 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.57.49 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.57.48 docs/IdentityRecordBankModel.md
cybrid_api_bank_ruby-0.57.47 docs/IdentityRecordBankModel.md