Click or drag to resize

IEditSessionDeleteDiscount Method

Removes discount of known type from existing order. User must have rights to work with discounts.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void DeleteDiscount(
	IDiscountItem discountItem,
	IOrderStub order
)

Parameters

discountItem  IDiscountItem
Discount to be removed.
order  IOrderStub
Order to delete discount from.
See Also