# InfusionsoftRestApi.OrderItem

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cost** | **Number** |  | [optional] 
**description** | **String** |  | [optional] 
**discount** | **Number** |  | [optional] 
**id** | **Number** |  | [optional] 
**name** | **String** |  | [optional] 
**notes** | **String** |  | [optional] 
**price** | **Number** |  | [optional] 
**product** | [**SimpleProduct**](SimpleProduct.md) |  | [optional] 
**quantity** | **Number** |  | [optional] 
**type** | **String** |  | [optional] 


