Class: VoidCreditRequest

remotepay.VoidCreditRequest()

new VoidCreditRequest()

Source:

Methods

(static) VoidCreditRequest#getCreditId() → {String}

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

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

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

(static) VoidCreditRequest#getRequestId() → {String}

Get the field value Identifier for the request
Source:
Returns:
Type
String

(static) VoidCreditRequest#setCreditId(creditId)

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

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

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

(static) VoidCreditRequest#setRequestId(requestId)

Set the field value Identifier for the request
Parameters:
Name Type Description
requestId String
Source: