com.ibm.commerce.edp.api

Class PaymentMethodData

  • java.lang.Object
    • com.ibm.commerce.edp.api.PaymentMethodData
  • All Implemented Interfaces:
    java.io.Serializable


    public class PaymentMethodData
    extends java.lang.Object
    implements java.io.Serializable

    This class contains metadata information on a Payment or Refund Method.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getScreenName()
      This method returns the screen name.
      void setScreenName(java.lang.String localScreenName)
      This method sets the screen payment method name.
      java.lang.String toString()
      This method returns a human-readable representation of this object.
      • Methods inherited from class java.lang.Object

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

      • PaymentMethodData

        public PaymentMethodData()
    • Method Detail

      • setScreenName

        public void setScreenName(java.lang.String localScreenName)
        This method sets the screen payment method name.
        Parameters:
        localScreenName - the screen payment method name to be set
      • getScreenName

        public java.lang.String getScreenName()
        This method returns the screen name.
        Returns:
        The screen name
      • toString

        public java.lang.String toString()
        This method returns a human-readable representation of this object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The human-readable representation of this object