Sha256: 0982f11796bacbaa7c39f747a8f6a1250e3a202e569a970a789c45ca5de685c1
Contents?: true
Size: 1.18 KB
Versions: 55
Compression:
Stored size: 1.18 KB
Contents
# CybridApiBank::IdentityVerificationBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] | | **customer_guid** | **String** | The customer's identifier. | [optional] | | **type** | **String** | The type of identity verification. | [optional] | | **method** | **String** | The identity verification method. | [optional] | | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | | **state** | **String** | The state of the verification process. | [optional] | | **outcome** | **String** | The outcome of the verification process. | [optional] | | **failure_codes** | **Array<String>** | The reason codes explaining the outcome. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationBankModel.new( guid: null, customer_guid: null, type: null, method: null, created_at: null, updated_at: null, state: null, outcome: null, failure_codes: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems