Sha256: 8b40cf89eac3ef2781dc7a18f2dcf1251c68d6f543eb5dd75e41912fbc458fb9
Contents?: true
Size: 515 Bytes
Versions: 559
Compression:
Stored size: 515 Bytes
Contents
# CybridApiBank::PostCustomerNameBankModel ## 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] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCustomerNameBankModel.new( first: null, middle: null, last: null ) ```
Version data entries
559 entries across 559 versions & 1 rubygems