IOrderModifierItem Interface |
Namespace: Resto.Front.Api.V5.Data.Orders
public interface IOrderModifierItem : ISerializable, IEntity, IOrderModifierItemStub
The IOrderModifierItem 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.) | |
| Price | ||
| PricePredefined | ||
| Product | ||
| ProductGroup | ||
| ResultSum | Total sum to be paid, sum with discounts and both included and excluded vat. | |
| TaxPercent | Tax percent or null for not taxed order items. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |