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