Class: VoidPaymentRefundResponseMessage

remotemessage.VoidPaymentRefundResponseMessage()

new VoidPaymentRefundResponseMessage()

Source:

Extends

Methods

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

Get the field value
Source:
Returns:
Type
String

(static) VoidPaymentRefundResponseMessage#getReason() → {String}

Get the field value
Source:
Returns:
Type
String

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

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

(static) VoidPaymentRefundResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value
Source:
Returns:
Type
remotemessage.ResultStatus

(static) VoidPaymentRefundResponseMessage#getSuccess() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) VoidPaymentRefundResponseMessage#setMessage(message)

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

(static) VoidPaymentRefundResponseMessage#setReason(reason)

Set the field value
Parameters:
Name Type Description
reason String
Source:

(static) VoidPaymentRefundResponseMessage#setRefund(refund)

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

(static) VoidPaymentRefundResponseMessage#setStatus(status)

Set the field value
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source:

(static) VoidPaymentRefundResponseMessage#setSuccess(success)

Set the field value
Parameters:
Name Type Description
success Boolean
Source: