Sha256: 816080f2ebda5895c8bc2c89593e8e4710ea515d91499155bdcbe37b9858a44d
Contents?: true
Size: 677 Bytes
Versions: 156
Compression:
Stored size: 677 Bytes
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] | | **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, expected_behaviours: null ) ```
Version data entries
156 entries across 156 versions & 1 rubygems