Click or drag to resize

IOperationServicePrintFiscalChequeBeforePaymentOrder Method

Print fiscal cheque before payment for order with fiscal payment items. Available only for russian cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void PrintFiscalChequeBeforePaymentOrder(
	IOrder order,
	bool doLocal,
	ICredentials credentials,
	ChequeAdditionalInfo chequeAdditionalInfo = null
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to print fiscal cheque before payment.
doLocal
Type: SystemBoolean
Set true to print fiscal cheque before payment for order on local cash register, false to print fiscal cheque for order on main terminal's cash register.
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.
Exceptions
ExceptionCondition
BeforeProceedOrderPaymentOperationExceptionINotificationService.BeforeProceedOrderPayment failed.
See Also