Class: RefundResponseMessage

remotemessage.RefundResponseMessage

new RefundResponseMessage()

Source:

Extends

Methods

(static) RefundResponseMessage#getCode() → {remotemessage.TxState}

Get the field value Transaction state (success|fail)
Source:
Returns:
Type
remotemessage.TxState

(static) RefundResponseMessage#getMessage() → {String}

Get the field value Detail message
Source:
Returns:
Type
String

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

Get the field value Unique identifier for a order
Source:
Returns:
Type
String

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

Get the field value Unique identifier for a payment
Source:
Returns:
Type
String

(static) RefundResponseMessage#getReason() → {remotemessage.ErrorCode}

Get the field value Detail code if an error is encountered
Source:
Returns:
Type
remotemessage.ErrorCode

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

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

(static) RefundResponseMessage#setCode(code)

Set the field value Transaction state (success|fail)
Parameters:
Name Type Description
code remotemessage.TxState
Source:

(static) RefundResponseMessage#setMessage(message)

Set the field value Detail message
Parameters:
Name Type Description
message String
Source:

(static) RefundResponseMessage#setOrderId(orderId)

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

(static) RefundResponseMessage#setPaymentId(paymentId)

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

(static) RefundResponseMessage#setReason(reason)

Set the field value Detail code if an error is encountered
Parameters:
Name Type Description
reason remotemessage.ErrorCode
Source:

(static) RefundResponseMessage#setRefund(refund)

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