Class: VoidPaymentRefundRequest

remotepay.VoidPaymentRefundRequest()

new VoidPaymentRefundRequest()

Source:

Extends

Methods

(static) VoidPaymentRefundRequest#getDisablePrinting() → {Boolean|Null}

Get the field value If true, then do not print using the clover printer. Return print information.
Source:
Returns:
Type
Boolean | Null

(static) VoidPaymentRefundRequest#getDisableReceiptSelection() → {Boolean|Null}

Get the field value Do not show the receipt options screen
Source:
Returns:
Type
Boolean | Null

(static) VoidPaymentRefundRequest#getEmployeeId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) VoidPaymentRefundRequest#getExtras() → {Object.<String, String>}

Get the field value Extra pass-through data used by external systems.
Source:
Returns:
A map of to <>
Type
Object.<String, String>

(static) VoidPaymentRefundRequest#getOrderId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) VoidPaymentRefundRequest#getRefundId() → {String}

Get the field value Unique identifier
Source:
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
Source:

(static) VoidPaymentRefundRequest#setDisableReceiptSelection(disableReceiptSelection)

Set the field value Do not show the receipt options screen
Parameters:
Name Type Description
disableReceiptSelection Boolean | Null
Source:

(static) VoidPaymentRefundRequest#setEmployeeId(employeeId)

Set the field value Unique identifier
Parameters:
Name Type Description
employeeId String
Source:

(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 to <>
Source:

(static) VoidPaymentRefundRequest#setOrderId(orderId)

Set the field value Unique identifier
Parameters:
Name Type Description
orderId String
Source:

(static) VoidPaymentRefundRequest#setRefundId(refundId)

Set the field value Unique identifier
Parameters:
Name Type Description
refundId String
Source: