Click or drag to resize

IEditSessionChangeOrderAppliedIikoCard5ManualConditions Method

Change Syrve Loyalty (legacy) manual conditions applied for order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeOrderAppliedIikoCard5ManualConditions(
	List<Guid> appliedManualConditions,
	IOrderStub order
)

Parameters

appliedManualConditions
Type: System.Collections.GenericListGuid
List of Syrve Loyalty (legacy) manual condition identifiers applied to order.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to apply Syrve Loyalty (legacy) manual conditions.
See Also