com.ibm.commerce.edp.config

Class RefundMethodConfigurationService

  • java.lang.Object
    • com.ibm.commerce.edp.config.RefundMethodConfigurationService


  • public class RefundMethodConfigurationService
    extends java.lang.Object
    This class represents the refundMethodConfiguration service that stores the mapping from refundMethodConfiguration to payment system and some attributes.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RefundMethodConfigurationService(java.lang.String paymentGroupName, java.lang.String refundMethod)
      This method creates a new RefundMethodConfigurationService object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      This method gets the refundMethodConfiguration name.
      java.lang.String getPaymentSystemName()
      This method gets the payment system name.
      java.lang.String getPriority()
      This method gets the refund method priority.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefundMethodConfigurationService

        public RefundMethodConfigurationService(java.lang.String paymentGroupName,
                                                java.lang.String refundMethod)
                                         throws InvalidDataException,
                                                RuleException
        This method creates a new RefundMethodConfigurationService object.
        Parameters:
        paymentGroupName - The current payment group name
        refundMethod - The current refund method
        Throws:
        InvalidDataException - In case of any invalid data
        RuleException - In case of rule error
    • Method Detail

      • getName

        public java.lang.String getName()
        This method gets the refundMethodConfiguration name.
        Returns:
        String The refundMethodConfiguration name
      • getPaymentSystemName

        public java.lang.String getPaymentSystemName()
        This method gets the payment system name.
        Returns:
        String The current payment system name
      • getPriority

        public java.lang.String getPriority()
        This method gets the refund method priority.
        Returns:
        String The refund method priority.