IEditSessionAddDiscountByCardNumber Method |
Add discount by card number.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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