Sha256: 97a824f61c4dc492b09ead23b53ec1c073ef02f0fd7dadef0f692a545e647350
Contents?: true
Size: 592 Bytes
Versions: 574
Compression:
Stored size: 592 Bytes
Contents
# CybridApiBank::CustomerNameBankModel ## 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::CustomerNameBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
574 entries across 574 versions & 1 rubygems