# CoboWaas2.CounterpartyDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**counterparty_id** | **String** | The counterparty ID. | [optional] 
**counterparty_type** | [**CounterpartyType**](CounterpartyType.md) |  | 
**counterparty_name** | **String** | The counterparty name. | 
**country** | **String** | The country of the counterparty, in ISO 3166-1 alpha-3 format. | [optional] 
**email** | **String** | The email of the counterparty. | [optional] 
**contact_address** | **String** | The contact address of the counterparty. | [optional] 
**wallet_addresses** | [**[WalletAddress]**](WalletAddress.md) | The wallet addresses of the counterparty. | 
**created_timestamp** | **Number** | The created time of the counterparty, represented as a UNIX timestamp in seconds. | 
**updated_timestamp** | **Number** | The updated time of the counterparty, represented as a UNIX timestamp in seconds. | 


