Sha256: db1d4892183741426640770a9a352bcd100088d1fb1b2b4d687493f01ab32647
Contents?: true
Size: 1.6 KB
Versions: 228
Compression:
Stored size: 1.6 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] | | **identification_numbers** | [**Array<PostIdentificationNumberBankModel>**](PostIdentificationNumberBankModel.md) | The customer's identification numbers; required when method is set to 'attested'. | [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, identification_numbers: null, expected_behaviours: null ) ```
Version data entries
228 entries across 228 versions & 1 rubygems