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