IOrderItemModifier Interface |
Namespace: Resto.Front.Api.V4.Data.Orders
public interface IOrderItemModifier : ISerializable, IEntity
The IOrderItemModifier type exposes the following members.
Name | Description | |
---|---|---|
Amount | ||
AmountIndependentOfParentAmount | Whether amount of the modifier is absolute or relative to parent amount. When modifier amount depends on parent, it means multiplication — specified amount of modifier should be cooked per each parent unit, otherwise it means addition — specified amount of modifier should be cooked for whole parent. | |
Cost | ||
Deleted | ||
DeletionMethod | ||
Id | (Inherited from IEntity.) | |
OrderItemProduct | ||
Price | ||
Product | ||
ProductGroup | ||
ResultSum | Total sum to be paid, sum with discounts and both included and excluded vat. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Name | Description | |
---|---|---|
ToEntityStub | (Defined by IEntityExtensions.) |