Sha256: 04e8750edb734602bb800870dd19e4526970c44bfbaa90b65adf2d4792b6dd0a
Contents?: true
Size: 1.48 KB
Versions: 316
Compression:
Stored size: 1.48 KB
Contents
# CybridApiBank::IdentityVerificationWithDetailsBankModel ## 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] | | **external_bank_account_guid** | **String** | The external bank account's identifier. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationWithDetailsBankModel.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, external_bank_account_guid: null ) ```
Version data entries
316 entries across 316 versions & 1 rubygems