Sha256: 6f4a036f5e393a44d0fed76f7cc27b0dc542b4e43be1f66a442c74c2c64f72da
Contents?: true
Size: 536 Bytes
Versions: 470
Compression:
Stored size: 536 Bytes
Contents
# CybridApiBank::IdentityVerificationWithDetailsAllOfBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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::IdentityVerificationWithDetailsAllOfBankModel.new( persona_inquiry_id: null, persona_state: null ) ```
Version data entries
470 entries across 470 versions & 1 rubygems