| IPreliminaryOrderProductItem Interface | 
Namespace: Resto.Front.Api.Data.PreliminaryOrders
 Syntax
Syntaxpublic interface IPreliminaryOrderProductItem : ISerializable
The IPreliminaryOrderProductItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Amount | Product amount | 
|  | Dish | Product product | 
|  | Modifiers | Product modifiers | 
|  | ProductSize | Size of the product if it has scale, otherwise null. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from ISerializable.) | 
 See Also
See Also