Click or drag to resize

IEditSessionAddDiscountByCardNumber Method

Add discount by card number.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void AddDiscountByCardNumber(
	string cardNumber,
	IOrderStub order,
	IDiscountCard discountCard
)

Parameters

cardNumber  String
Number of Syrve discount card.
order  IOrderStub
Order where discount will be applied.
discountCard  IDiscountCard
Syrve discount card data.
See Also