com.ibm.commerce.payments.plugin.simpleoffline.util

Interface SimpleOfflineConstants



  • public interface SimpleOfflineConstants
    This classes stores the constants used in SimpleOffline plugin.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COMPONENT_NAME
      The component name for log/trace facility.
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      static java.lang.String DEPLOYMENT_XML
      The configuration XML file for SimpleOffline plugin.
      static java.lang.String PAYMENT_METHOD_XSD
      The XSD for the configuration XML file.
      static java.lang.String PLUGIN_NAME
      The plugin name of SimpleOffline plugin.
      static java.lang.String REMOVESENSITIVEDATA
      If SimpleOffline removes the sensitive payment protocol data after approval.
      static java.lang.String REMOVESENSITIVEDATA_YES
      The answer yes to the configuration RemoveSensitiveData.
      static java.lang.String SIMPLEOFFLINE_LOGGER
      The WAS logger name of SimpleOffline plug-in.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • PLUGIN_NAME

        static final java.lang.String PLUGIN_NAME
        The plugin name of SimpleOffline plugin.
        See Also:
        Constant Field Values
      • DEPLOYMENT_XML

        static final java.lang.String DEPLOYMENT_XML
        The configuration XML file for SimpleOffline plugin.
        See Also:
        Constant Field Values
      • PAYMENT_METHOD_XSD

        static final java.lang.String PAYMENT_METHOD_XSD
        The XSD for the configuration XML file.
        See Also:
        Constant Field Values
      • SIMPLEOFFLINE_LOGGER

        static final java.lang.String SIMPLEOFFLINE_LOGGER
        The WAS logger name of SimpleOffline plug-in.
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        static final java.lang.String COMPONENT_NAME
        The component name for log/trace facility.
        See Also:
        Constant Field Values
      • REMOVESENSITIVEDATA

        static final java.lang.String REMOVESENSITIVEDATA
        If SimpleOffline removes the sensitive payment protocol data after approval.
        See Also:
        Constant Field Values
      • REMOVESENSITIVEDATA_YES

        static final java.lang.String REMOVESENSITIVEDATA_YES
        The answer yes to the configuration RemoveSensitiveData.
        See Also:
        Constant Field Values