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

Parameters

sum
Type: SystemDecimal
Discount sum.
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