# CoboWaas2.SettlementInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**merchant_id** | **String** | The merchant ID. For developer balance, this field will be empty. | [optional] 
**token_id** | **String** | The ID of the cryptocurrency. | [optional] 
**available_amount** | **String** | This field has been deprecated. | 
**available_currency_balance** | **String** | This field has been deprecated. | [optional] 
**pending_amount** | **String** | This field has been deprecated. | [optional] 
**pending_currency_balance** | **String** | This field has been deprecated. | [optional] 
**settled_amount** | **String** | The amount already settled, in the specified cryptocurrency. | [optional] 
**available_balance** | **String** | This field has been deprecated. | [optional] 
**total_balance** | **String** | The total balance in the specified cryptocurrency. | [optional] 
**acquiring_type** | [**AcquiringType**](AcquiringType.md) |  | [optional] 
**created_timestamp** | **Number** | The creation time of the settlement, represented as a UNIX timestamp in seconds. | [optional] 
**updated_timestamp** | **Number** | The last update time of the settlement, represented as a UNIX timestamp in seconds. | [optional] 


