Click or drag to resize

IOperationService.GetSelectiveDiscountItemSettings Method

Returns order items to which the specified selective discount item is applied or null if the discount item is applied to the whole order.

Namespace:  Resto.Front.Api.V5
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
ISelectiveDiscountItemSettings GetSelectiveDiscountItemSettings(
	IOrder Order,
	IDiscountItem DiscountItem
)

Parameters

Order
Type: Resto.Front.Api.V5.Data.Orders.IOrder
Order to get selective discount item settings from.
DiscountItem
Type: Resto.Front.Api.V5.Data.Orders.IDiscountItem
Selective discount item.

Return Value

Type: ISelectiveDiscountItemSettings
See Also