Class: VoidPaymentRequest

remotepay.VoidPaymentRequest()

new VoidPaymentRequest()

Source:

Extends

Methods

(static) VoidPaymentRequest#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) VoidPaymentRequest#getDisableReceiptSelection() → {Boolean|Null}

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

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

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

(static) VoidPaymentRequest#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) VoidPaymentRequest#getOrderId() → {String}

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

(static) VoidPaymentRequest#getPaymentId() → {String}

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

(static) VoidPaymentRequest#getVoidReason() → {String}

Get the field value Reason for void
Source:
Returns:
Type
String

(static) VoidPaymentRequest#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) VoidPaymentRequest#setDisableReceiptSelection(disableReceiptSelection)

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

(static) VoidPaymentRequest#setEmployeeId(employeeId)

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

(static) VoidPaymentRequest#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) VoidPaymentRequest#setOrderId(orderId)

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

(static) VoidPaymentRequest#setPaymentId(paymentId)

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

(static) VoidPaymentRequest#setVoidReason(voidReason)

Set the field value Reason for void
Parameters:
Name Type Description
voidReason String
Source: