IOperationServicePayOrderAndPayOutOnUser Method |
Pay order and pay out on user.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid PayOrderAndPayOutOnUser(
IOrder order,
bool isPaymentLocal,
IPaymentType paymentType,
decimal sum,
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.
- paymentType IPaymentType
-
Payment type to pay. Should be “silent” payment type from GetPaymentTypesToPayOutOnUser
- sum Decimal
-
Sum to pay.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
- chequeAdditionalInfo ChequeAdditionalInfo (Optional)
-
Cheque additional info for russian fiscal payments according to federal law #54.
See Also