# Flipdish.ProductReference

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Item** | [**Product**](Product.md) | Details of the referenced {Flipdish.Menus.PublicModels.V1.Catalog.Groups.ProductReference.Product} | [optional] 
**Product** | [**Product**](Product.md) | Details of the referenced {Flipdish.Menus.PublicModels.V1.Catalog.Groups.ProductReference.Product} | [optional] 
**CatalogItemId** | **String** | Identifier of the CatalogItemId to use as SubProduct | 
**ProductType** | **String** | Type of the SupProduct | 
**PreselectedQuantity** | **Number** | Quantity of the modifier that will be set when the parent product is placed in the basket | [optional] 


<a name="ProductTypeEnum"></a>
## Enum: ProductTypeEnum


* `Product` (value: `"Product"`)

* `Modifier` (value: `"Modifier"`)




