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
Type: Resto.Front.Api.Data.AssortmentIProduct
Specific product that is going to be removed from stop list.
productSize
Type: Resto.Front.Api.Data.AssortmentIProductSize
Applicable product size or null if the product doesn't have a scale.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also

Reference