public class ManualRefundResponse extends BaseResponse
| Constructor and Description |
|---|
ManualRefundResponse(boolean success,
ResultCode result)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.clover.sdk.v3.payments.Credit |
getCredit()
Get the field value
|
void |
setCredit(com.clover.sdk.v3.payments.Credit credit)
Set the field value
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccesspublic ManualRefundResponse(boolean success,
ResultCode result)
success - If true then the requested operation succeededresult - The result of the requested operationpublic com.clover.sdk.v3.payments.Credit getCredit()
public void setCredit(com.clover.sdk.v3.payments.Credit credit)
credit - the credit object for the manual refund