Click or drag to resize

IOperationServiceRemoveProductFromStopList Method

Remove specific product from stop list.

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