Click or drag to resize

IOperationServicePayOrderAndPayOutOnUser Method

Pay order and pay out on user.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void PayOrderAndPayOutOnUser(
	ICredentials credentials,
	IOrder order,
	IPaymentType paymentType,
	decimal sum,
	ChequeAdditionalInfo chequeAdditionalInfo = null
)

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to pay.
paymentType
Type: Resto.Front.Api.Data.PaymentsIPaymentType
Payment type to pay. Should be “silent” payment type from GetPaymentTypesToPayOutOnUser
sum
Type: SystemDecimal
Sum to pay.
chequeAdditionalInfo (Optional)
Type: Resto.Front.Api.Data.PaymentsChequeAdditionalInfo
Cheque additional info for russian fiscal payments according to federal law #54.
See Also