Sha256: b5c1e012adb2b00f38136b8c7f764c5d8d6706be1696892d1302b29c0b75d807
Contents?: true
Size: 759 Bytes
Versions: 189
Compression:
Stored size: 759 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; one of waiting, pending, reviewing, processing, expired, completed, or unknown. | [optional] | | **external_bank_account_guid** | **String** | The external bank account's identifier. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationWithDetailsAllOfBankModel.new( persona_inquiry_id: null, persona_state: null, external_bank_account_guid: null ) ```
Version data entries
189 entries across 189 versions & 1 rubygems