Sha256: e9fbfc9969bdbd5381230bcebe18d4961ee18d8e6b25505d912863d6eea7a729
Contents?: true
Size: 785 Bytes
Versions: 54
Compression:
Stored size: 785 Bytes
Contents
# CybridApiBank::PostCounterpartyBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The counterparty's type. | | | **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, name: null, address: null, date_of_birth: null, labels: null ) ```
Version data entries
54 entries across 54 versions & 1 rubygems