# NomadEnvoyCli.OrderProduct

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**itemId** | **String** | Order product id of order snapshot. | [optional] 
**product** | [**Product**](Product.md) |  | [optional] 
**quantity** | **Number** |  | [optional] 
**price** | **Number** | It&#39;s unit price of current product, but not the total price. And it&#39;s the sell price exactly, not original or pre-tax. | [optional] 
**discount** | **Number** | It&#39;s unit discount of current product | [optional] 
**tax** | **Number** | The tax of current product. | [optional] 
**distributorName** | **String** | Distributor Name | [optional] 
**distributorId** | **String** | Distributor ID | [optional] 
**refundAmount** | **Number** | The amount of product refund. | [optional] [default to 0.0]


