Sha256: 460a773cc1d1aa671ae3b966ddcc57ff0896fbffbbc46691fd32fc446be5e07d
Contents?: true
Size: 734 Bytes
Versions: 74
Compression:
Stored size: 734 Bytes
Contents
# CybridApiBank::PostCustomerNameBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first** | **String** | The customer's first name. Required when type is individual. | [optional] | | **middle** | **String** | The customer's middle name. Optional when type is individual. | [optional] | | **last** | **String** | The customer's last name. Required when type is individual. | [optional] | | **full** | **String** | The customer's full name. Required when type is business. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCustomerNameBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
74 entries across 74 versions & 1 rubygems