Sha256: 8ca4d32c492e4b248d38bde23aebce0269ef7f9a40f99fb3b1fcece8478aeb29
Contents?: true
Size: 1.04 KB
Versions: 124
Compression:
Stored size: 1.04 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** | [**PostCustomerAddressBankModel**](PostCustomerAddressBankModel.md) | | [optional] | | **aliases** | [**Array<CounterpartyAliasesInnerBankModel>**](CounterpartyAliasesInnerBankModel.md) | 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 ```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
124 entries across 124 versions & 1 rubygems