IKitchenOrderZeroAmountModifierData Interface |
Namespace: Resto.Front.Api.Data.Kitchen
public interface IKitchenOrderZeroAmountModifierData : ISerializable
The IKitchenOrderZeroAmountModifierData type exposes the following members.
Name | Description | |
---|---|---|
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. | |
Product | Modifier to be cooked. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |