Click or drag to resize

IEditSessionAddFlexibleSumDiscountByCardNumber Method

Add discount by card number.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddFlexibleSumDiscountByCardNumber(
	string cardNumber,
	decimal sum,
	IOrderStub order,
	IDiscountCard discountCard
)

Parameters

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