Click or drag to resize

IOperationServicePayOrder Method

Pay order with included processed or “silent” payment items.

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

Parameters

order  IOrder
Order to pay.
isPaymentLocal  Boolean
Set true to pay order on local cash register, false to pay order on main terminal's cash register.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
chequeAdditionalInfo  ChequeAdditionalInfo  (Optional)
Cheque additional info for russian fiscal payments according to federal law #54.
Exceptions
ExceptionCondition
BeforeProceedOrderPaymentOperationExceptionINotificationService.BeforeProceedOrderPayment failed.
See Also