Class: RefundPaymentResponse

remotepay.RefundPaymentResponse

new RefundPaymentResponse()

Source:

Extends

Methods

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

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

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

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

(static) RefundPaymentResponse#getRefund() → {payments.Refund}

Get the field value The actual refund from the request
Source:
Returns:
Type
payments.Refund

(static) RefundPaymentResponse#setOrderId(orderId)

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

(static) RefundPaymentResponse#setPaymentId(paymentId)

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

(static) RefundPaymentResponse#setRefund(refund)

Set the field value The actual refund from the request
Parameters:
Name Type Description
refund payments.Refund
Source: