Class: VoidPaymentRequest

remotepay.VoidPaymentRequest()

new VoidPaymentRequest()

Source:

Extends

Methods

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

Get the field value Unique identifier
Source:
Returns:
Type
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#setEmployeeId(employeeId)

Set the field value Unique identifier
Parameters:
Name Type Description
employeeId String
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: