com.ibm.commerce.payment.actions

Class RefundActionData

  • All Implemented Interfaces:
    java.io.Serializable


    public class RefundActionData
    extends ActionData

    This class defines the common data to all refund actions.

    See Also:
    Serialized Form
    • Constructor Detail

      • RefundActionData

        public RefundActionData()
        This method is the constructor of this class.
    • Method Detail

      • setRefundAtomicId

        public void setRefundAtomicId(java.lang.Long localRefundAtomicId)
        This method sets the refund atomic id of Payment Rules.
        Parameters:
        localRefundAtomicId - The refund atomic id to set
      • getRefundAtomicId

        public java.lang.Long getRefundAtomicId()
        This method returns the refund atomic id of Payment Rules.
        Returns:
        refundAtomicId The refund atomic id to set
      • setRefundInstructionId

        public void setRefundInstructionId(java.lang.Long localRiId)
        This method sets the refund instruction id of Payment Rules.
        Parameters:
        localRiId - The refund instruction id to set
      • getRefundInstructionId

        public java.lang.Long getRefundInstructionId()
        This method returns the refund instruction id of Payment Rules.
        Returns:
        refundInstructionId The refund instruction id
      • setRmaId

        public void setRmaId(java.lang.Long localRmaId)
        This method sets the RMA id that current refund action belongs to.
        Parameters:
        localRmaId - The RMA id to set
      • getRmaId

        public java.lang.Long getRmaId()
        This method returns the RMA id that current refund action belongs to.
        Returns:
        rmaId The RMA id that current refund action belongs to
      • toString

        public java.lang.String toString()
        This method returns a human readable representation of this object.
        Overrides:
        toString in class ActionData
        Returns:
        A human readable representation of this object
      • getBackendCreditId

        public java.lang.String getBackendCreditId()
        This method returns the backend credit id in WebSphere Commerce Payments.
        Returns:
        String backendCreditId The backend credit id in WebSphere Commerce Payments
      • setBackendCreditId

        public void setBackendCreditId(java.lang.String long1)
        This method sets the backend credit id in WebSphere Commerce Payments.
        Parameters:
        long1 - String The backend credit id in WebSphere Commerce Payments
      • getBackendPaymentId

        public java.lang.String getBackendPaymentId()
        This method returns the backend payment id in WebSphere Commerce Payments only for dependent credit.
        Returns:
        the backend payment id in WebSphere Commerce Payments
      • setBackendPaymentId

        public void setBackendPaymentId(java.lang.String localBackendPaymentId)
        This method sets the backend payment id in WebSphere Commerce Payments only for dependent credit.
        Parameters:
        localBackendPaymentId - the backend payment id in WebSphere Commerce Payments
      • getSensitiveInformation

        public java.util.Map getSensitiveInformation()
        This method gets the sensitive information of this refund action.
        Returns:
        The sensitive information of this refund action.
      • setSensitiveInformation

        public void setSensitiveInformation(java.util.Map localSensitiveInformation)
        This method sets the sensitive information of this refund action.
        Parameters:
        localSensitiveInformation - The sensitive information of this refund action.