new CreditRefundResponse()
- Source:
Methods
(static) CreditRefundResponse#getClientData() → {Object.<String, String>}
Get the field value
Additional data sent back from the gateway
- Source:
Returns:
A map of to <>
- Type
- Object.<String, String>
(static) CreditRefundResponse#getCreditRefund() → {payments.CreditRefund|Null}
Get the field value
- Source:
Returns:
- Type
- payments.CreditRefund | Null
(static) CreditRefundResponse#getRequestSuccessful() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) CreditRefundResponse#getResponseErrorMessage() → {String|Null}
Get the field value
- Source:
Returns:
- Type
- String | Null
(static) CreditRefundResponse#setClientData(clientData)
Set the field value
Additional data sent back from the gateway
Parameters:
Name | Type | Description |
---|---|---|
clientData |
Object.<String, String> | A map of |
- Source:
(static) CreditRefundResponse#setCreditRefund(creditRefund)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
creditRefund |
payments.CreditRefund | Null |
- Source:
(static) CreditRefundResponse#setRequestSuccessful(requestSuccessful)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
requestSuccessful |
Boolean |
- Source:
(static) CreditRefundResponse#setResponseErrorMessage(responseErrorMessage)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
responseErrorMessage |
String | Null |
- Source: