docs/PostExternalBankAccountCounterpartyNameBankModel
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
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::PostExternalBankAccountCounterpartyNameBankModel.new(
first: null,
middle: null,
last: null,
full: null
)