IEditSessionAddIikoCardDiscounts Method |
Adds discounts grouped by order items.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid AddIikoCardDiscounts(
IReadOnlyCollection<IikoCardDiscount> discounts,
IOrderStub order
)
Parameters
- discounts IReadOnlyCollectionIikoCardDiscount
- Syrve Loyalty (legacy) discount data.
- order IOrderStub
- Order where discounts will be applied.
See Also