Class SaleResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.PaymentResponse
com.clover.remote.client.messages.SaleResponse
Response object for a sale request
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.clover.remote.client.messages.PaymentResponse
getPayment, getSignature, isAuth, isPreAuth, isSale, setPayment, setSignatureMethods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
SaleResponse
Constructor- Parameters:
success- If true then the requested operation succeededresult- The result of the requested operation
-