Sha256: 5e500b9cc8d6008f4584b9be28b12fbf1c3c45e9cab22ea309995c0d602485c7
Contents?: true
Size: 1.25 KB
Versions: 123
Compression:
Stored size: 1.25 KB
Contents
# CybridApiBank::PostIdentityVerificationNameBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first** | **String** | The customer's first name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested or type is bank_account and method is attested_ownership. | [optional] | | **middle** | **String** | The customer's middle name. Optional when type is kyc and method is attested, type is bank_account and method is attested, or type is bank_account and method is attested_ownership. | [optional] | | **last** | **String** | The customer's last name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested or type is bank_account and method is attested_ownership. | [optional] | | **full** | **String** | The customer's full name. Required when type is bank_account and method is attested or type is bank_account and method is attested_ownership. Optional when type is kyc and method is attested. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostIdentityVerificationNameBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
123 entries across 123 versions & 1 rubygems