Click or drag to resize

IEditSessionSetOrderHasFixedIikoCardDiscounts Method

Sets that the order has fixed Syrve Loyalty (legacy) 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  Boolean
Order has fixed Syrve Loyalty (legacy) discounts.
order  IOrderStub
Existing order.
See Also