com.ibm.commerce.payment.actions

Class RefundActionResults

  • All Implemented Interfaces:
    java.io.Serializable


    public class RefundActionResults
    extends ActionResults

    This method stores the refund backend results after action execution.

    The specific details of the actual refund backend transaction are not documented here. Only the information required by Payment Rules to continue its rule execution is stored here.

    See Also:
    Serialized Form
    • Constructor Detail

      • RefundActionResults

        public RefundActionResults()
    • Method Detail

      • setCreditId

        public void setCreditId(java.lang.String localCreditId)
        This method sets the credit identifier in WebSphere Commerce Payments.
        Parameters:
        localCreditId - The credit identifier in WebSphere Commerce Payments
      • getCreditId

        public java.lang.String getCreditId()
        This method returns the credit identifier in WebSphere Commerce Payments.
        Returns:
        String The credit identifier in WebSphere Commerce Payments
      • setCreditState

        public void setCreditState(int localCreditState)
        This method sets the credit state of this refund action.
        Parameters:
        localCreditState - The credit state to set
      • getCreditState

        public int getCreditState()
        This method returns the credit state of this refund action.
        Returns:
        String The credit state of this refund action
      • setPaymentInstructionId

        public void setPaymentInstructionId(java.lang.String localPaymentInstructionId)
        This method sets the payment instruction identifier of current refund action corresponds to.
        Parameters:
        localPaymentInstructionId - The payment instruction identifier to set
      • getPaymentInstructionId

        public java.lang.String getPaymentInstructionId()
        This method returns payment instruction identifier of current refund action corresponds to.
        Returns:
        paymentInstructionId The payment instruction identifier of current refund action corresponds to