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