Click or drag to resize

IOrderCombo Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.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 propertyProgramId
Identifier of the loyalty program.
Public propertySourceActionId
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also