Sha256: 7662eea6af814cd47d186446c2bf6c8be2fa00f7424c3875e1598bb4ca633234
Contents?: true
Size: 620 Bytes
Versions: 503
Compression:
Stored size: 620 Bytes
Contents
# CybridApiBank::IdentityVerificationWithDetailsPiiNameBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first** | **String** | The attested first name. | [optional] | | **middle** | **String** | The attested middle name. | [optional] | | **last** | **String** | The attested last name. | [optional] | | **full** | **String** | The attested full name. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::IdentityVerificationWithDetailsPiiNameBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
503 entries across 503 versions & 1 rubygems