Sha256: 1cf21e9f87c560d784c41e9501cd9d3eece854b7a422e4071452ae9838cf30e6
Contents?: true
Size: 892 Bytes
Versions: 137
Compression:
Stored size: 892 Bytes
Contents
# CybridApiBank::PostIdentityVerificationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The type of identity verification. | | | **method** | **String** | The identity verification method. | | | **country_code** | **String** | The ISO 3166 country 2-Alpha country the customer is being verified in. If not present, will default to the Bank's configured country code. | [optional] | | **customer_guid** | **String** | The customer's identifier. | [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, country_code: null, customer_guid: null, expected_behaviours: null ) ```
Version data entries
137 entries across 137 versions & 1 rubygems