-
Constructors in dev.vality.adapter.flow.lib.handler.payment with parameters of type Processor
| Constructor |
Description |
AuthHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
CancelHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
CaptureHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
Check3dsV2Handler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
Finish3dsHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
Finish3dsV2Handler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
GenerateTokenHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
PaymentHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
RefundHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
StatusHandler(RemoteClient client,
org.springframework.core.convert.converter.Converter<EntryStateModel,BaseRequestModel> converter,
Processor<ExitStateModel,BaseResponseModel,EntryStateModel> responseProcessorChain) |
|
-