IOperationServiceSetStopListProductRemainingAmount Method |
Add and set amount for specific product and it's size to stop list.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid SetStopListProductRemainingAmount(
IProduct product,
IProductSize productSize,
decimal amount,
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.
- amount Decimal
-
Remaining amount of the product.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
See Also