Sha256: 09d504c92f7b55d39dc94c276b6ec22c9717ef98fbc090bfa40ed0985da7f00f
Contents?: true
Size: 1.06 KB
Versions: 44
Compression:
Stored size: 1.06 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_ownership. | [optional] | | **middle** | **String** | The customer's middle name. Optional when type is kyc 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_ownership. | [optional] | | **full** | **String** | The customer's full name. Required when 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
44 entries across 44 versions & 1 rubygems