com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod

Class PaymentMethods

  • java.lang.Object
    • com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod.PaymentMethods


  • public class PaymentMethods
    extends java.lang.Object
    This class represents the complex type PaymentMethods. PaymentMethods is made up with one or more PaymentMethod.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PaymentMethods()
      This method creates a new PaymentMethods object.
    • Constructor Detail

      • PaymentMethods

        public PaymentMethods()
        This method creates a new PaymentMethods object.
    • Method Detail

      • setPaymentMethod

        public void setPaymentMethod(int index,
                                     PaymentMethod PaymentMethod)
        This method sets the payment method.
        Parameters:
        index - The index.
        PaymentMethod - The payment method to set.
      • getPaymentMethod

        public PaymentMethod getPaymentMethod(int index)
        This method returns the payment method.
        Parameters:
        index - The index.
        Returns:
        The payment method to get.
      • getPaymentMethodCount

        public int getPaymentMethodCount()
        This method returns the count payment method.
        Returns:
        The count of the payment methods.
      • 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.