Class VoidPaymentRefundRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.VoidPaymentRefundRequest
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 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 valuevoidsetRefundId(String refundId) Set the field value
-
Constructor Details
-
VoidPaymentRefundRequest
public VoidPaymentRefundRequest()
-
-
Method Details
-
getRefundId
Get the field value- Returns:
- The unique identifier of the associated payment refund
-
setRefundId
Set the field value- Parameters:
refundId- The unique identifier of the associated payment
-
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.
-