Class ManualRefundResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.ManualRefundResponse
Response object for a manual refund (naked credit) request
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
ManualRefundResponse
Constructor- Parameters:
success- If true then the requested operation succeededresult- The result of the requested operation
-
-
Method Details
-
getCredit
public com.clover.sdk.v3.payments.Credit getCredit()Get the field value- Returns:
- the credit object for the manual refund
-
setCredit
public void setCredit(com.clover.sdk.v3.payments.Credit credit) Set the field value- Parameters:
credit- the credit object for the manual refund
-