Class CloseoutRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.CloseoutRequest
Request object for closeout request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valuebooleanGet the field valuevoidsetAllowOpenTabs(boolean allowOpenTabs) Set the field valuevoidsetBatchId(String batchId) Set the field value
-
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
Get the field value- Returns:
- the ID of the batch to close out
-
setBatchId
Set the field value- Parameters:
batchId- the ID of the batch to close out
-