IOperationServiceRemoveProductFromStopList Method |
Remove specific product from stop list.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid RemoveProductFromStopList(
IProduct product,
IProductSize productSize,
ICredentials credentials
)
Parameters
- product IProduct
-
Specific product that is going to be removed from stop list.
- productSize IProductSize
-
Applicable product size or null if the product doesn't have a scale.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
See Also