IOperationServiceTryGetSelectiveDiscountItemSettings 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.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxISelectiveDiscountItemSettings TryGetSelectiveDiscountItemSettings(
IOrder Order,
IDiscountItem DiscountItem
)
Parameters
- Order IOrder
-
Order to get selective discount item settings from.
- DiscountItem IDiscountItem
-
Selective discount item.
Return Value
ISelectiveDiscountItemSettings
See Also