Click or drag to resize

IOperationServiceRegisterPaymentSystem Method

Registers payment system.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IDisposable RegisterPaymentSystem(
	IExternalPaymentProcessor paymentProcessor
)

Parameters

paymentProcessor
Type: Resto.Front.Api.V4IExternalPaymentProcessor
Payment plugin paymentProcessor.

Return Value

Type: IDisposable
See Also