public class VoidPaymentRefundRequest extends BaseRequest
| Constructor and Description |
|---|
VoidPaymentRefundRequest() |
| 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.util.Map<java.lang.String,java.lang.String> |
getExtras()
Get the field value
|
java.lang.String |
getOrderId()
Get the field value
|
java.lang.String |
getRefundId()
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 |
setExtras(java.util.Map<java.lang.String,java.lang.String> extras)
Set the field value
|
void |
setOrderId(java.lang.String orderId)
Set the field value
|
void |
setRefundId(java.lang.String refundId)
Set the field value
|
public java.lang.String getRefundId()
public void setRefundId(java.lang.String refundId)
refundId - The unique identifier of the associated paymentpublic 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 screenpublic java.util.Map<java.lang.String,java.lang.String> getExtras()
public void setExtras(java.util.Map<java.lang.String,java.lang.String> extras)
extras - Extra pass-through data used by external systems.