Click or drag to resize

IEditSessionAddDiscount Method

Adds simple discount of known type to existing order. User must have rights to work with discounts.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void AddDiscount(
	IDiscountType discount,
	IOrderStub order
)

Parameters

discount
Type: Resto.Front.Api.Data.OrdersIDiscountType
Type of the discount
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order where discount will be applied.
See Also