new RefundResponse()
- Source:
Methods
(static) RefundResponse#getExtra() → {Object.<String, String>}
Get the field value
extra stuff
- Source:
Returns:
A map of to <>
- Type
- Object.<String, String>
(static) RefundResponse#getPayment() → {payments.Payment|Null}
Get the field value
- Source:
Returns:
- Type
- payments.Payment | Null
(static) RefundResponse#getRefund() → {payments.Refund|Null}
Get the field value
- Source:
Returns:
- Type
- payments.Refund | Null
(static) RefundResponse#getRequestSuccessful() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) RefundResponse#getResponseErrorMessage() → {String|Null}
Get the field value
- Source:
Returns:
- Type
- String | Null
(static) RefundResponse#setExtra(extra)
Set the field value
extra stuff
Parameters:
Name | Type | Description |
---|---|---|
extra |
Object.<String, String> | A map of |
- Source:
(static) RefundResponse#setPayment(payment)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment | Null |
- Source:
(static) RefundResponse#setRefund(refund)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
refund |
payments.Refund | Null |
- Source:
(static) RefundResponse#setRequestSuccessful(requestSuccessful)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
requestSuccessful |
Boolean |
- Source:
(static) RefundResponse#setResponseErrorMessage(responseErrorMessage)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
responseErrorMessage |
String | Null |
- Source: