# CoboWaas2.SwapQuote

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quote_id** | **String** | The unique id of quote. | 
**pay_token_id** | **String** | The token ID to pay. | 
**pay_amount** | **String** | The amount of tokens to pay. | 
**receive_token_id** | **String** | The token ID to receive. | 
**receive_amount** | **String** | The amount of tokens to receive. | 
**fee_token_id** | **String** | The token ID for the service fee. | 
**fee_amount** | **String** | The amount of tokens for the service fee. | 
**min_receive_amount** | **String** | The minimum amount of tokens to receive if the pay amount is specified. | [optional] 
**max_pay_amount** | **String** | The maximum amount of tokens to pay if the receive amount is specified. | [optional] 
**quote_expired_timestamp** | **Number** | The time when the quote will expire, in Unix timestamp format, measured in milliseconds. | 


