Class VoidPaymentRefundResponse


public class VoidPaymentRefundResponse extends RefundPaymentResponse
Response object for a void payment request
  • Constructor Details

    • VoidPaymentRefundResponse

      public VoidPaymentRefundResponse(boolean success, ResultCode result)
      Constructor
      Parameters:
      success - If true then the requested operation succeeded
      result - The result of the requested operation
  • Method Details

    • getRefundId

      public String getRefundId()
      Get the field value
      Returns:
      The ID of the voided refund
    • setRefundId

      public void setRefundId(String refundId)
      Set the field value
      Parameters:
      refundId - The ID of the voided payment refund