Click or drag to resize

IEditSessionAddIikoCardDiscounts Method

Adds discounts grouped by order items.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void AddIikoCardDiscounts(
	IReadOnlyCollection<IikoCardDiscount> discounts,
	IOrderStub order
)

Parameters

discounts  IReadOnlyCollectionIikoCardDiscount
Syrve Loyalty (legacy) discount data.
order  IOrderStub
Order where discounts will be applied.
See Also