Click or drag to resize

IOrderCombo Interface


Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IOrderCombo : ISerializable, 
	IEntity, IOrderComboStub

The IOrderCombo type exposes the following members.

Properties
 NameDescription
Public propertyAmount 
Public propertyGuestId 
Public propertyId
(Inherited from IEntity)
Public propertyName 
Public propertyOrderRootItemsByGroups 
Public propertyPrice 
Public propertyProgramIdIdentifier of the loyalty program.
Public propertySizeSize of combo.
Public propertySourceActionId 
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also