com.ibm.commerce.foundation.common.datatypes

Interface PaymentInfoType



  • public interface PaymentInfoType
    A representation of the model object 'Payment Info Type'. Type definition of the CheckoutProfile's payment information.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPaymentInfoType()
    • Method Detail

      • getBillingAddress

        ContactInfoType getBillingAddress()
        Returns the value of the 'Billing Address' containment reference.

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

        Returns:
        the value of the 'Billing Address' containment reference.
        See Also:
        setBillingAddress(ContactInfoType), CommerceFoundationPackage.getPaymentInfoType_BillingAddress()
      • getPaymentMethod

        PaymentMethodType getPaymentMethod()
        Returns the value of the 'Payment Method' containment reference.

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

        Returns:
        the value of the 'Payment Method' containment reference.
        See Also:
        setPaymentMethod(PaymentMethodType), CommerceFoundationPackage.getPaymentInfoType_PaymentMethod()
      • getProtocolData

        java.util.List getProtocolData()
        Returns the value of the 'Protocol Data' containment reference list. The list contents are of type ProtocolDataType.

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

        Returns:
        the value of the 'Protocol Data' containment reference list.
        See Also:
        CommerceFoundationPackage.getPaymentInfoType_ProtocolData()
      • 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.getPaymentInfoType_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()