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
Type: Resto.Front.Api.Data.OrdersIOrder
Order to storno.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
chequeAdditionalInfo (Optional)
Type: Resto.Front.Api.Data.PaymentsChequeAdditionalInfo
Cheque additional info for russian fiscal payments according to federal law #54.

Return Value

Type: IOrder
See Also