Sha256: 221747635f1acb020a43a108086e05d1447eec62235ff71dc845c1f3c510c0c4
Contents?: true
Size: 1.99 KB
Versions: 552
Compression:
Stored size: 1.99 KB
Contents
# CybridApiBank::PostIdentityVerificationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of identity verification. | | | **method** | **String** | The identity verification method. | | | **customer_guid** | **String** | The customer's identifier. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country the customer is being verified in; required when method is set to 'id_and_selfie'. If not present, will default to the Bank's configured country code. | [optional] | | **name** | [**PostIdentityVerificationNameBankModel**](PostIdentityVerificationNameBankModel.md) | | [optional] | | **address** | [**PostIdentityVerificationAddressBankModel**](PostIdentityVerificationAddressBankModel.md) | | [optional] | | **date_of_birth** | **Date** | The customer's date of birth; required when method is set to 'attested'. | [optional] | | **phone_number** | **String** | The customer's phone number. | [optional] | | **email_address** | **String** | The customer's email address. | [optional] | | **identification_numbers** | [**Array<PostIdentificationNumberBankModel>**](PostIdentificationNumberBankModel.md) | The customer's identification numbers; required when method is set to 'attested'. | [optional] | | **external_bank_account_guid** | **String** | The external bank account's identifier. Required for 'bank_account' type. | [optional] | | **expected_behaviours** | **Array<String>** | The optional expected behaviour to simulate. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostIdentityVerificationBankModel.new( type: null, method: null, customer_guid: null, country_code: null, name: null, address: null, date_of_birth: null, phone_number: null, email_address: null, identification_numbers: null, external_bank_account_guid: null, expected_behaviours: null ) ```
Version data entries
552 entries across 552 versions & 1 rubygems