Sha256: bd0dbc1c2dc75be47774c1c6ebcb0753b0c5043bf9f2046659cf1f31a1e62c5c
Contents?: true
Size: 632 Bytes
Versions: 470
Compression:
Stored size: 632 Bytes
Contents
# CybridApiBank::CounterpartyAliasesInnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first** | **String** | The counterparty's first name. | [optional] | | **middle** | **String** | The counterparty's middle name. | [optional] | | **last** | **String** | The counterparty's last name. | [optional] | | **full** | **String** | The counterparty's full name. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::CounterpartyAliasesInnerBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
470 entries across 470 versions & 1 rubygems