Class CloseoutRequest

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

public class CloseoutRequest extends BaseRequest
Request object for closeout request
  • Constructor Details

    • CloseoutRequest

      public CloseoutRequest()
  • Method Details

    • isAllowOpenTabs

      public boolean isAllowOpenTabs()
      Get the field value
      Returns:
      Indicator to allow closeout if there are open tabs
    • setAllowOpenTabs

      public void setAllowOpenTabs(boolean allowOpenTabs)
      Set the field value
      Parameters:
      allowOpenTabs - Indicator to allow closeout if there are open tabs
    • getBatchId

      public String getBatchId()
      Get the field value
      Returns:
      the ID of the batch to close out
    • setBatchId

      public void setBatchId(String batchId)
      Set the field value
      Parameters:
      batchId - the ID of the batch to close out