Click or drag to resize

IOperationServiceRegisterPaymentSystem Method

Registers payment system.

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

Parameters

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

Return Value

Type: IDisposable
See Also