IEditSessionAddDiscountByCardNumber Method iikoFront Api V3 Documentation
Add discount by card number

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void AddDiscountByCardNumber(
	string cardNumber,
	IOrderStub order,
	IDiscountCard discountCard
)

Parameters

cardNumber
Type: SystemString
Number of iiko discount card.
order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Order where discount will be applied
discountCard
Type: Resto.Front.Api.V3.Data.OrdersIDiscountCard
Iiko discount card data.
See Also

Reference