Click or drag to resize

IEditSessionChangeOrderModifierItemAmount Method (Int32, IOrderStub, IOrderCompoundItemStub, IOrderModifierItemStub, NullableInt32)

Changes the amount of the compound item common modifier. User must have rights to edit orders.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeOrderModifierItemAmount(
	int amount,
	IOrderStub order,
	IOrderCompoundItemStub orderItem,
	IOrderModifierItemStub modifier,
	int? payableAmount = null
)

Parameters

amount
Type: SystemInt32
New amount of the modifier. Can be from 1 to 999.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains element with changing modifier.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderCompoundItemStub
Order item with changing modifier.
modifier
Type: Resto.Front.Api.Editors.StubsIOrderModifierItemStub
Modifier which amount will be changed.
payableAmount (Optional)
Type: SystemNullableInt32
Custom payable amount. Leave it null to use default logic or set custom value to override default logic. Payable part of the amount must be between zero (which means that whole modifier is free of charge) and amount (which means that whole modifier is payable).
See Also