Class VoidPaymentRefundResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.RefundPaymentResponse
com.clover.remote.client.messages.VoidPaymentRefundResponse
Response object for a void payment request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field valuevoidsetRefundId(String refundId) Set the field valueMethods inherited from class com.clover.remote.client.messages.RefundPaymentResponse
getOrderId, getPaymentId, getRefund, setOrderId, setPaymentId, setRefundMethods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
VoidPaymentRefundResponse
Constructor- Parameters:
success- If true then the requested operation succeededresult- The result of the requested operation
-
-
Method Details
-
getRefundId
Get the field value- Returns:
- The ID of the voided refund
-
setRefundId
Set the field value- Parameters:
refundId- The ID of the voided payment refund
-