Sha256: d7f946f5eaa4ad0637766a33adfc307c3dd1e626c86962e8c061b25d3457dbd8
Contents?: true
Size: 679 Bytes
Versions: 371
Compression:
Stored size: 679 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] | | **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
371 entries across 371 versions & 1 rubygems