Class VoidPaymentRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.VoidPaymentRequest
Request object for requesting to void a payment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the field valuebooleanGet the field valueGet the field valueGet the field valueGet the field valueGet the field valueGet the field valuevoidsetDisablePrinting(boolean disablePrinting) Set the field valuevoidsetDisableReceiptSelection(boolean disableReceiptSelection) Set the field valuevoidsetEmployeeId(String employeeId) Set the field valuevoidSet the field valuevoidsetOrderId(String orderId) Set the field valuevoidsetPaymentId(String paymentId) Set the field valuevoidsetVoidReason(String voidReason) Set the field value
-
Constructor Details
-
VoidPaymentRequest
public VoidPaymentRequest()
-
-
Method Details
-
getPaymentId
Get the field value- Returns:
- The unique identifier of the associated payment
-
setPaymentId
Set the field value- Parameters:
paymentId- The unique identifier of the associated payment
-
getVoidReason
Get the field value- Returns:
- Reason for void
-
setVoidReason
Set the field value- Parameters:
voidReason- Reason for void
-
getEmployeeId
Get the field value- Returns:
- The id of the employee requesting the void
-
setEmployeeId
Set the field value- Parameters:
employeeId- The id of the employee requesting the void
-
getOrderId
Get the field value- Returns:
- The unique identifier of the associated order
-
setOrderId
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
Get the field value- Returns:
- Extra pass-through data used by external systems.
-
setExtras
Set the field value- Parameters:
extras- Extra pass-through data used by external systems.
-