Interface HostedPaymentPageFormDescriptor
-
public interface HostedPaymentPageFormDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PluginProperty>getFormFields()StringgetFormMethod()StringgetFormUrl()UUIDgetKbAccountId()List<PluginProperty>getProperties()
-
-
-
Method Detail
-
getKbAccountId
UUID getKbAccountId()
-
getFormMethod
String getFormMethod()
-
getFormUrl
String getFormUrl()
-
getFormFields
List<PluginProperty> getFormFields()
- Returns:
- the mappings field name -> field value for the form
-
getProperties
List<PluginProperty> getProperties()
- Returns:
- the list of custom properties set by the plugin
-
-