new VoidPaymentRefundResponseMessage()
Extends
Methods
(static) VoidPaymentRefundResponseMessage#getMessage() → {String}
Get the field value
Returns:
- Type
- String
(static) VoidPaymentRefundResponseMessage#getReason() → {String}
Get the field value
Returns:
- Type
- String
(static) VoidPaymentRefundResponseMessage#getRefund() → {payments.Refund}
Get the field value
Returns:
- Type
- payments.Refund
(static) VoidPaymentRefundResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
Returns:
(static) VoidPaymentRefundResponseMessage#getSuccess() → {Boolean}
Get the field value
Returns:
- Type
- Boolean
(static) VoidPaymentRefundResponseMessage#setMessage(message)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
(static) VoidPaymentRefundResponseMessage#setReason(reason)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) VoidPaymentRefundResponseMessage#setRefund(refund)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
refund |
payments.Refund |
(static) VoidPaymentRefundResponseMessage#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |
(static) VoidPaymentRefundResponseMessage#setSuccess(success)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
success |
Boolean |