Sha256: a8cf6ced9efbe767fe3ad104b675af1d868b5b767a76b6ca9b0798665a02c101
Contents?: true
Size: 1.31 KB
Versions: 51
Compression:
Stored size: 1.31 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 customer was created 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] | | **persona_inquiry_id** | **String** | The Persona identifier of the backing inquiry. | [optional] | | **persona_state** | **String** | The Persona state of the backing inquiry. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationBankModel.new( guid: null, customer_guid: null, type: null, method: null, created_at: null, state: null, outcome: null, failure_codes: null, persona_inquiry_id: null, persona_state: null ) ```
Version data entries
51 entries across 51 versions & 1 rubygems