Click or drag to resize

IEditSessionSetOrderHasFixedIikoCardDiscounts Method

Sets that the order has fixed iikoCard discounts.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetOrderHasFixedIikoCardDiscounts(
	bool hasFixedIikoCardDiscounts,
	IOrderStub order
)

Parameters

hasFixedIikoCardDiscounts
Type: SystemBoolean
Order has fixed iikoCard discounts.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Existing order.
See Also