Click or drag to resize

IOrderCompoundItemComponent Interface

Element of the compound item representing one of its products.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IOrderCompoundItemComponent : ISerializable, 
	IEntity, IOrderCompoundItemComponentStub

The IOrderCompoundItemComponent type exposes the following members.

Properties
  NameDescription
Public propertyCost
Public propertyFoodValue
Public propertyId (Inherited from IEntity.)
Public propertyIsPricePredefined
Public propertyModifiers
Assigned modifiers of the current component.
Public propertyPrice
Public propertyProduct
Product of the current component.
Public propertyProductCustomName
Optional marker used to specify custom name of the current component.
Public propertyResultSum
Total sum to be paid, sum with discounts and both included and excluded vat.
Public propertyTaxPercent
Tax percent or null for not taxed order items.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also