new VoidCreditResponse()
- Source:
Methods
(static) VoidCreditResponse#getCredit() → {payments.Credit}
Get the field value
The credit that was voided
- Source:
Returns:
- Type
- payments.Credit
(static) VoidCreditResponse#getRequestId() → {String}
Get the field value
Identifier for the request
- Source:
Returns:
- Type
- String
(static) VoidCreditResponse#getStatus() → {remotepay.ResultStatus}
Get the field value
- Source:
Returns:
(static) VoidCreditResponse#setCredit(credit)
Set the field value
The credit that was voided
Parameters:
Name | Type | Description |
---|---|---|
credit |
payments.Credit |
- Source:
(static) VoidCreditResponse#setRequestId(requestId)
Set the field value
Identifier for the request
Parameters:
Name | Type | Description |
---|---|---|
requestId |
String |
- Source:
(static) VoidCreditResponse#setStatus(status)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
status |
remotepay.ResultStatus |
- Source: