Click or drag to resize

IOperationServiceSearchDiscountCardByNumber Method

Searches a discount card by given card number.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDiscountCard 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