Click or drag to resize

IOperationServiceStornoOrder Method

Storno order that was paid on local cash register and return clone of storned order.

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