Class VoidPaymentRefundRequest

java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.VoidPaymentRefundRequest

public class VoidPaymentRefundRequest extends BaseRequest
Request object for requesting to void a payment
  • Constructor Details

    • VoidPaymentRefundRequest

      public VoidPaymentRefundRequest()
  • Method Details

    • getRefundId

      public String getRefundId()
      Get the field value
      Returns:
      The unique identifier of the associated payment refund
    • setRefundId

      public void setRefundId(String refundId)
      Set the field value
      Parameters:
      refundId - The unique identifier of the associated payment
    • getEmployeeId

      public String getEmployeeId()
      Get the field value
      Returns:
      The id of the employee requesting the void
    • setEmployeeId

      public void setEmployeeId(String employeeId)
      Set the field value
      Parameters:
      employeeId - The id of the employee requesting the void
    • getOrderId

      public String getOrderId()
      Get the field value
      Returns:
      The unique identifier of the associated order
    • setOrderId

      public void setOrderId(String orderId)
      Set the field value
      Parameters:
      orderId - The unique identifier of the associated order
    • getDisablePrinting

      public boolean getDisablePrinting()
      Get the field value
      Returns:
      The disablePrinting transaction override value
    • setDisablePrinting

      public void setDisablePrinting(boolean disablePrinting)
      Set the field value
      Parameters:
      disablePrinting - The transaction override to turn off Clover device printing
    • getDisableReceiptSelection

      public boolean getDisableReceiptSelection()
      Get the field value
      Returns:
      The disableReceiptSelection transaction override value
    • setDisableReceiptSelection

      public void setDisableReceiptSelection(boolean disableReceiptSelection)
      Set the field value
      Parameters:
      disableReceiptSelection - The transaction override to turn off the Clover customer print screen
    • getExtras

      public Map<String,String> getExtras()
      Get the field value
      Returns:
      Extra pass-through data used by external systems.
    • setExtras

      public void setExtras(Map<String,String> extras)
      Set the field value
      Parameters:
      extras - Extra pass-through data used by external systems.