Sha256: 3f3f079d2cefed420af9f73d53019e18cc50c925aefdc29e123dda40a178d374
Contents?: true
Size: 593 Bytes
Versions: 927
Compression:
Stored size: 593 Bytes
Contents
# CybridApiBank::PostIdentityRecordBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_guid** | **String** | The customer's identifier. | | | **type** | **String** | The identity record's type. | | | **attestation_details** | [**PostIdentityRecordAttestationDetailsBankModel**](PostIdentityRecordAttestationDetailsBankModel.md) | | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostIdentityRecordBankModel.new( customer_guid: null, type: null, attestation_details: null ) ```
Version data entries
927 entries across 927 versions & 1 rubygems