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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IOrderCompoundItemComponent : ISerializable, 
	IEntity, IOrderCompoundItemComponentStub

The IOrderCompoundItemComponent type exposes the following members.

Properties
  NameDescription
Public propertyCost
Public propertyId (Inherited from IEntity.)
Public propertyModifiers
Assigned modifiers of the current component.
Public propertyPrice
Public propertyPricePredefined
Public propertyProduct
Product 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