new VoidPaymentRefundRequest()
Extends
Methods
(static) VoidPaymentRefundRequest#getDisablePrinting() → {Boolean|Null}
Get the field value
If true, then do not print using the clover printer. Return print information.
Returns:
- Type
- Boolean | Null
(static) VoidPaymentRefundRequest#getDisableReceiptSelection() → {Boolean|Null}
Get the field value
Do not show the receipt options screen
Returns:
- Type
- Boolean | Null
(static) VoidPaymentRefundRequest#getEmployeeId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) VoidPaymentRefundRequest#getExtras() → {Object.<String, String>}
Get the field value
Extra pass-through data used by external systems.
Returns:
A map of to <>
- Type
- Object.<String, String>
(static) VoidPaymentRefundRequest#getOrderId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) VoidPaymentRefundRequest#getRefundId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) VoidPaymentRefundRequest#setDisablePrinting(disablePrinting)
Set the field value
If true, then do not print using the clover printer. Return print information.
Parameters:
Name | Type | Description |
---|---|---|
disablePrinting |
Boolean | Null |
(static) VoidPaymentRefundRequest#setDisableReceiptSelection(disableReceiptSelection)
Set the field value
Do not show the receipt options screen
Parameters:
Name | Type | Description |
---|---|---|
disableReceiptSelection |
Boolean | Null |
(static) VoidPaymentRefundRequest#setEmployeeId(employeeId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
employeeId |
String |
(static) VoidPaymentRefundRequest#setExtras(extras)
Set the field value
Extra pass-through data used by external systems.
Parameters:
Name | Type | Description |
---|---|---|
extras |
Object.<String, String> | A map of |
(static) VoidPaymentRefundRequest#setOrderId(orderId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) VoidPaymentRefundRequest#setRefundId(refundId)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
refundId |
String |