public interface PluginContext
extends java.io.Serializable
This interface is the request context used in financial transactions and queries.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
PluginConfiguration | getConfiguration()
This method gets the plug-in configuration.
|
java.util.Locale | getLocale()
This method gets the locale to be used in the financial transaction or query.
|
java.lang.String | getOrderChannelId()
This method gets the channel identifier of the order.
|
java.lang.String | getPaymentConfigurationGroupId()
This method gets the PaymentConfigurationGroupId to be used in the financial transaction or query.
|
java.lang.String | toString()
This method obtains a human-readable representation of the PluginContext.
|
static final java.lang.String COPYRIGHT
PluginConfiguration getConfiguration()
This method gets the plug-in configuration.
java.util.Locale getLocale()
This method gets the locale to be used in the financial transaction or query.
java.lang.String toString()
This method obtains a human-readable representation of the PluginContext.
java.lang.String getPaymentConfigurationGroupId()
This method gets the PaymentConfigurationGroupId to be used in the financial transaction or query.
java.lang.String getOrderChannelId()
This method gets the channel identifier of the order.