public interface PaymentConfigurationService
Modifier and Type | Method and Description |
---|---|
<T> T |
getConfiguration(IsvConfigurationType configType,
java.util.Map<java.lang.String,java.lang.Object> params)
Find configuration instance based by type
|
<T> T getConfiguration(IsvConfigurationType configType, java.util.Map<java.lang.String,java.lang.Object> params)
T
- configuration value typeconfigType
- configuration typeparams
- required params in order to identify appropriate configuration instance