public interface CashierExtension
Modifier and Type | Method and Description |
---|---|
java.lang.String | getValue(java.lang.String keyword, java.util.Hashtable environmentValues, java.util.Hashtable paymentManagerParameters, java.sql.Connection connection, CashierTrace cashierTrace, java.util.Locale locale)
Deprecated.
This method is called by the cashier to give the CashierExtension an opportunity to construct and return a value for the referenced keyword.
|
java.lang.String getValue(java.lang.String keyword, java.util.Hashtable environmentValues, java.util.Hashtable paymentManagerParameters, java.sql.Connection connection, CashierTrace cashierTrace, java.util.Locale locale) throws CashierException