com.ibm.commerce.foundation.common.datatypes

Interface PaymentMethodType



  • public interface PaymentMethodType
    A representation of the model object 'Payment Method Type'. Type definition of a payment method.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPaymentMethodType()
    • Method Detail

      • getPaymentMethodName

        java.lang.String getPaymentMethodName()
        Returns the value of the 'Payment Method Name' attribute.

        If the meaning of the 'Payment Method Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Payment Method Name' attribute.
        See Also:
        setPaymentMethodName(String), CommerceFoundationPackage.getPaymentMethodType_PaymentMethodName()
      • setPaymentMethodName

        void setPaymentMethodName(java.lang.String value)
        Sets the value of the 'Payment Method Name' attribute.
        Parameters:
        value - the new value of the 'Payment Method Name' attribute.
        See Also:
        getPaymentMethodName()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference.

        If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), CommerceFoundationPackage.getPaymentMethodType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The element definition of a user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getPaymentMethodType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()