Click or drag to resize

IOperationServiceGetActivePaymentTypes Method

Returns active payment types bound to the specified processor.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IPaymentType> GetActivePaymentTypes(
	IExternalPaymentProcessor processor
)

Parameters

processor
Type: Resto.Front.ApiIExternalPaymentProcessor
Hosting payment processor

Return Value

Type: IReadOnlyListIPaymentType
See Also