docs/PostCounterpartyBankModel
CybridApiBank::PostCounterpartyBankModel
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | The counterparty’s type. | |
customer_guid | String | The owning customer’s identifier. | [optional] |
name | PostCounterpartyNameBankModel | [optional] | |
address | PostCustomerAddressBankModel | [optional] | |
aliases | Array<CounterpartyAliasesInnerBankModel> | The counterparty’s aliases. | [optional] |
date_of_birth | Date | The counterparty’s date of birth. | [optional] |
labels | Array<String> | The labels associated with the counterparty. | [optional] |
Example
require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCounterpartyBankModel.new( type: null, customer_guid: null, name: null, address: null, aliases: null, date_of_birth: null, labels: null )