Sha256: 91f62c14fb11a6422b6aa52d4d15e6c3d5b5d795de92a2f35116622b955a90d1

Contents?: true

Size: 1.34 KB

Versions: 470

Compression:

Stored size: 1.34 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] |

## 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
)
```

Version data entries

470 entries across 470 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.54.2 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.54.1 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.54.0 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.20 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.19 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.18 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.17 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.15 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.14 docs/IdentityVerificationWithDetailsBankModel.md
cybrid_api_bank_ruby-0.53.13 docs/IdentityVerificationWithDetailsBankModel.md