IOperationServiceSearchDiscountCardByNumber Method |
Searches a discount card by given card number.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIDiscountCard SearchDiscountCardByNumber(
string cardNumber
)
Parameters
- cardNumber String
-
Number to search.
Return Value
IDiscountCard
Card with given number or
null if card wasn't found.
See Also