Click or drag to resize

IEditSessionAddFlexibleSumDiscount 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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddFlexibleSumDiscount(
	decimal sum,
	IDiscountType discount,
	IOrderStub order
)

Parameters

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