Click or drag to resize

IOperationServiceAddProductToStopList Method

Add specific product and it's size to stop list.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddProductToStopList(
	IProduct product,
	IProductSize productSize,
	ICredentials credentials
)

Parameters

product  IProduct
Specific product that is going to be added to 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