IOperationServiceStornoOrder Method |
Storno order that was paid on local cash register and return clone of storned order.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIOrder StornoOrder(
IOrder order,
ICredentials credentials,
ChequeAdditionalInfo chequeAdditionalInfo = null
)
Parameters
- order IOrder
-
Order to storno.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
- chequeAdditionalInfo ChequeAdditionalInfo (Optional)
-
Cheque additional info for russian fiscal payments according to federal law #54.
Return Value
IOrder
See Also