-
- All Superinterfaces:
PluginService
public interface PaymentSystemService extends PluginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaymentSystemPropertiesgetProperties()voidselectProperty(String propertyName, Map<String,String> additionalData)
-
-
-
Method Detail
-
getProperties
PaymentSystemProperties getProperties() throws PluginServiceException
- Throws:
PluginServiceException
-
selectProperty
void selectProperty(String propertyName, Map<String,String> additionalData) throws PluginServiceException
- Throws:
PluginServiceException
-
-