public class VoidPaymentRequest extends BaseRequest
| Constructor and Description |
|---|
VoidPaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisablePrinting()
Get the field value
|
boolean |
getDisableReceiptSelection()
Get the field value
|
java.lang.String |
getEmployeeId()
Get the field value
|
java.lang.String |
getOrderId()
Get the field value
|
java.lang.String |
getPaymentId()
Get the field value
|
java.lang.String |
getVoidReason()
Get the field value
|
void |
setDisablePrinting(boolean disablePrinting)
Set the field value
|
void |
setDisableReceiptSelection(boolean disableReceiptSelection)
Set the field value
|
void |
setEmployeeId(java.lang.String employeeId)
Set the field value
|
void |
setOrderId(java.lang.String orderId)
Set the field value
|
void |
setPaymentId(java.lang.String paymentId)
Set the field value
|
void |
setVoidReason(java.lang.String voidReason)
Set the field value
|
public java.lang.String getPaymentId()
public void setPaymentId(java.lang.String paymentId)
paymentId - The unique identifier of the associated paymentpublic java.lang.String getVoidReason()
public void setVoidReason(java.lang.String voidReason)
voidReason - Reason for voidpublic java.lang.String getEmployeeId()
public void setEmployeeId(java.lang.String employeeId)
employeeId - The id of the employee requesting the voidpublic java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId - The unique identifier of the associated orderpublic boolean getDisablePrinting()
public void setDisablePrinting(boolean disablePrinting)
disablePrinting - The transaction override to turn off Clover device printingpublic boolean getDisableReceiptSelection()
public void setDisableReceiptSelection(boolean disableReceiptSelection)
disableReceiptSelection - The transaction override to turn off the Clover customer print screen