Sha256: 784851c53a79123edf43d98761c5e6f9e5577b431384b6b3cec3b5fd575c16e9
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 KB
Contents
# CybridApiBank::PostCounterpartyBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The counterparty's type. | | | **customer_guid** | **String** | The owning customer's identifier. | [optional] | | **name** | [**PostCounterpartyNameBankModel**](PostCounterpartyNameBankModel.md) | | [optional] | | **address** | [**PostCounterpartyAddressBankModel**](PostCounterpartyAddressBankModel.md) | | [optional] | | **aliases** | [**Array<PostCounterpartyAliasesInnerBankModel>**](PostCounterpartyAliasesInnerBankModel.md) | The counterparty's aliases. | [optional] | | **date_of_birth** | **Date** | The counterparty's date of birth; optional for individual counterparties.. | [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, name: null, address: null, aliases: null, date_of_birth: null, labels: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems