Class CloseoutResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.CloseoutResponse
Response object for a closeout 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
-
CloseoutResponse
Constructor- Parameters:
success- If true then the requested operation succeededresult- The result of the requested operation
-
-
Method Details
-
getBatch
public com.clover.sdk.v3.payments.Batch getBatch()Get the field value- Returns:
- the batch that was closed out
-
setBatch
public void setBatch(com.clover.sdk.v3.payments.Batch batch) Set the field value- Parameters:
batch- the batch that was closed out
-