Click or drag to resize

IOperationServiceRegisterPaymentSystem Method

Registers payment system.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IDisposable RegisterPaymentSystem(
	IPaymentProcessor paymentProcessor,
	bool canProcessPaymentReturnWithoutOrder = false,
	FiscalPaymentTypeGroup fiscalPaymentTypeGroup = FiscalPaymentTypeGroup.Default
)

Parameters

paymentProcessor  IPaymentProcessor
Payment plugin paymentProcessor.
canProcessPaymentReturnWithoutOrder  Boolean  (Optional)
Can process payment return without order.
fiscalPaymentTypeGroup  FiscalPaymentTypeGroup  (Optional)
Puts the registered payment system to specified group overriding its payment group value.

Return Value

IDisposable
See Also