Sha256: 6735f1a98990d972477e6266997e34c6e7dddd152b097848a82dc317d4469b29
Contents?: true
Size: 899 Bytes
Versions: 503
Compression:
Stored size: 899 Bytes
Contents
# CybridApiBank::IdentityVerificationWithDetailsPiiBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | [**IdentityVerificationWithDetailsPiiNameBankModel**](IdentityVerificationWithDetailsPiiNameBankModel.md) | | [optional] | | **address** | [**IdentityVerificationWithDetailsPiiAddressBankModel**](IdentityVerificationWithDetailsPiiAddressBankModel.md) | | [optional] | | **date_of_birth** | **Date** | The attested date of birth. | [optional] | | **phone_number** | **String** | The attested phone number. | [optional] | | **email_address** | **String** | The attested email address. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationWithDetailsPiiBankModel.new( name: null, address: null, date_of_birth: null, phone_number: null, email_address: null ) ```
Version data entries
503 entries across 503 versions & 1 rubygems