Sha256: 1719a5c2af6a4ca856b1d1077be3651127e08b64943387330cf8efb47354ffb9
Contents?: true
Size: 896 Bytes
Versions: 104
Compression:
Stored size: 896 Bytes
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] | | **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, date_of_birth: null, labels: null ) ```
Version data entries
104 entries across 104 versions & 1 rubygems