com.ibm.commerce.edp.parsers.refundmethodconfigurations

Class RefundMethodConfigurations

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.refundmethodconfigurations.RefundMethodConfigurations


  • public class RefundMethodConfigurations
    extends java.lang.Object
    This class represents the complex type RefundMethodConfigurations, which corresponds to the configuration file: RefundtMethodConfigurations.xml.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RefundMethodConfigurations

        public RefundMethodConfigurations()
    • Method Detail

      • setRefundMethodConfiguration

        public void setRefundMethodConfiguration(int index,
                                                 RefundMethodConfiguration RefundMethodConfiguration)
        This method sets the current refund method configuration at a specified index.
        Parameters:
        index - The position
        RefundMethodConfiguration - The refund method to set
      • getRefundMethodConfiguration

        public RefundMethodConfiguration getRefundMethodConfiguration(int index)
        This method returns the current refund method configuration at a specified index.
        Parameters:
        index - The position
        Returns:
        The current refund method configuration at the specified index
      • getRefundMethodConfigurationCount

        public int getRefundMethodConfigurationCount()
        This method returns the count of the refund method configurations in this configuration file.
        Returns:
        The count of the refund method configurations in this configuration file
      • toString

        public java.lang.String toString()

        This method creates a String representation of the object.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation