Click or drag to resize

IOrderCompoundItemComponent Properties

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
See Also