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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void AddDiscount(
	IDiscountType discount,
	IOrderStub order
)

Parameters

discount  IDiscountType
Type of the discount
order  IOrderStub
Order where discount will be applied.
See Also