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.V10 (in Resto.Front.Api.V10.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 propertyIsPricePredefinedWhether the price of the item is predefined. Predefined price can be provided using predefinedPrice parameter of the AddPrimaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) or AddSecondaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) methods.
Public propertyLocalTaxesLocal taxes.
Public propertyModifiersAssigned modifiers of the current component.
Public propertyPrice 
Public propertyProductProduct of the current component.
Public propertyProductCustomNameOptional marker used to specify custom name of the current component.
Public propertyResultSumTotal sum to be paid, sum with discounts and both included and excluded vat.
Public propertyTaxPercentTax percent or null for order items not taxes with VAT.
Public propertyVatSumVAT sum or null for order items not taxes with VAT.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also