Click or drag to resize

IEditSessionAddIikoCardDiscounts Method

Adds discounts grouped by order items.

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

Parameters

discounts
Type: System.Collections.GenericIReadOnlyCollectionIikoCardDiscount
iikoCard discount data.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order where discounts will be applied.
See Also