Class CloseoutResponse

java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.CloseoutResponse

public class CloseoutResponse extends BaseResponse
Response object for a closeout request
  • Constructor Details

    • CloseoutResponse

      public CloseoutResponse(boolean success, ResultCode result)
      Constructor
      Parameters:
      success - If true then the requested operation succeeded
      result - 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