Sha256: 29be1c516f4027d9fea7a6cd66f346152d2f05c88d21057077dc456caefb468c
Contents?: true
Size: 1.08 KB
Versions: 183
Compression:
Stored size: 1.08 KB
Contents
# CybridApiBank::PostExternalBankAccountCounterpartyNameBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first** | **String** | The counterparty's first name; used for individuals. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **middle** | **String** | The counterparty's middle name; used for individuals. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **last** | **String** | The counterparty's last name; used for individuals. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | | **full** | **String** | The counterparty's full name; used for businesses. Optional when account_kind is raw_routing_details and counterparty_guid is not present. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountCounterpartyNameBankModel.new( first: null, middle: null, last: null, full: null ) ```
Version data entries
183 entries across 183 versions & 1 rubygems