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