Click or drag to resize

IOperationServiceGetCardLoyaltyDiscounts Method

Returns discounts grouped by order items.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<CardLoyaltyDiscount> GetCardLoyaltyDiscounts(
	Guid orderId
)

Parameters

orderId
Type: SystemGuid
Order id.

Return Value

Type: IReadOnlyListCardLoyaltyDiscount
See Also