com.ibm.commerce.order.facade.datatypes

Interface FinancialTransactionType

    • Method Detail

      • setFinancialTransactionIdentifier

        void setFinancialTransactionIdentifier(com.ibm.commerce.order.facade.datatypes.FinancialTransactionIdentifierType value)
        Sets the value of the 'Financial Transaction Identifier' containment reference.
        Parameters:
        value - the new value of the 'Financial Transaction Identifier' containment reference.
        See Also:
        getFinancialTransactionIdentifier()
      • setTransactionType

        void setTransactionType(java.lang.Object value)
        Sets the value of the 'Transaction Type' attribute.
        Parameters:
        value - the new value of the 'Transaction Type' attribute.
        See Also:
        getTransactionType()
      • setStatus

        void setStatus(java.lang.Object value)
        Sets the value of the 'Status' attribute.
        Parameters:
        value - the new value of the 'Status' attribute.
        See Also:
        getStatus()
      • setReasonCode

        void setReasonCode(java.lang.String value)
        Sets the value of the 'Reason Code' attribute.
        Parameters:
        value - the new value of the 'Reason Code' attribute.
        See Also:
        getReasonCode()
      • setResponseCode

        void setResponseCode(java.lang.String value)
        Sets the value of the 'Response Code' attribute.
        Parameters:
        value - the new value of the 'Response Code' attribute.
        See Also:
        getResponseCode()
      • setReferenceNumber

        void setReferenceNumber(java.lang.String value)
        Sets the value of the 'Reference Number' attribute.
        Parameters:
        value - the new value of the 'Reference Number' attribute.
        See Also:
        getReferenceNumber()
      • setTrackingID

        void setTrackingID(java.lang.String value)
        Sets the value of the 'Tracking ID' attribute.
        Parameters:
        value - the new value of the 'Tracking ID' attribute.
        See Also:
        getTrackingID()
      • setMerchantOrderNumber

        void setMerchantOrderNumber(java.lang.String value)
        Sets the value of the 'Merchant Order Number' attribute.
        Parameters:
        value - the new value of the 'Merchant Order Number' attribute.
        See Also:
        getMerchantOrderNumber()
      • setAvsCode

        void setAvsCode(java.lang.String value)
        Sets the value of the 'Avs Code' attribute.
        Parameters:
        value - the new value of the 'Avs Code' attribute.
        See Also:
        getAvsCode()
      • setPaymentInstructionID

        void setPaymentInstructionID(java.lang.String value)
        Sets the value of the 'Payment Instruction ID' attribute.
        Parameters:
        value - the new value of the 'Payment Instruction ID' attribute.
        See Also:
        getPaymentInstructionID()
      • setRequestTime

        void setRequestTime(java.lang.Object value)
        Sets the value of the 'Request Time' attribute.
        Parameters:
        value - the new value of the 'Request Time' attribute.
        See Also:
        getRequestTime()
      • setLastUpdate

        void setLastUpdate(java.lang.Object value)
        Sets the value of the 'Last Update' attribute.
        Parameters:
        value - the new value of the 'Last Update' attribute.
        See Also:
        getLastUpdate()
      • setExpirationTime

        void setExpirationTime(java.lang.Object value)
        Sets the value of the 'Expiration Time' attribute.
        Parameters:
        value - the new value of the 'Expiration Time' attribute.
        See Also:
        getExpirationTime()
      • getPaymentProtocolData

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

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

        Returns:
        the value of the 'Payment Protocol Data' containment reference list.
        See Also:
        OrderPackage.getFinancialTransactionType_PaymentProtocolData()
      • getTransactionExtensionData

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

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

        Returns:
        the value of the 'Transaction Extension Data' containment reference list.
        See Also:
        OrderPackage.getFinancialTransactionType_TransactionExtensionData()
      • 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()