com.ibm.commerce.edp.parsers.paymentmethodconfigurations

Class PaymentMethodConfigurations

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentmethodconfigurations.PaymentMethodConfigurations


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

      • COPYRIGHT

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

      • PaymentMethodConfigurations

        public PaymentMethodConfigurations()
    • Method Detail

      • setPaymentMethodConfiguration

        public void setPaymentMethodConfiguration(int index,
                                                  PaymentMethodConfiguration PaymentMethodConfiguration)
        This method sets the current payment method configuration at a specified index.
        Parameters:
        index - The position
        PaymentMethodConfiguration - The payment method to set
      • getPaymentMethodConfiguration

        public PaymentMethodConfiguration getPaymentMethodConfiguration(int index)
        This method returns the current payment method configuration at a specified index.
        Parameters:
        index - The position
        Returns:
        The current payment method configuration at the specified index
      • getPaymentMethodConfigurationCount

        public int getPaymentMethodConfigurationCount()
        This method returns the count of the payment method configurations in this configuration file.
        Returns:
        The count of the payment method configurations in this configuration file