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