Sha256: 8390969b9e959e029bdb4f35766cee3f881b45e4b183be244327522fb3366298
Contents?: true
Size: 1.12 KB
Versions: 183
Compression:
Stored size: 1.12 KB
Contents
# CybridApiBank::PostCounterpartyBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The counterparty's type. | | | **customer_guid** | **String** | The owning customer's identifier. | [optional] | | **address** | [**PostCounterpartyAddressBankModel**](PostCounterpartyAddressBankModel.md) | | | | **name** | [**PostCounterpartyNameBankModel**](PostCounterpartyNameBankModel.md) | | [optional] | | **aliases** | [**Array<PostCounterpartyAliasesInnerBankModel>**](PostCounterpartyAliasesInnerBankModel.md) | The aliases of the counterparty. Optional when type is business. | [optional] | | **date_of_birth** | **Date** | The counterparty's date of birth. Optional when type is individual. | [optional] | | **labels** | **Array<String>** | The labels associated with the counterparty. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostCounterpartyBankModel.new( type: null, customer_guid: null, address: null, name: null, aliases: null, date_of_birth: null, labels: null ) ```
Version data entries
183 entries across 183 versions & 1 rubygems