All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cl.transbank.pos.responses.CloseResponse Maven / Gradle / Ivy

package cl.transbank.pos.responses;

import cl.transbank.pos.utils.BaseResponse;

public class CloseResponse extends KeysResponse{
    public CloseResponse(BaseResponse cresponse) {
        super(cresponse);
    }

    public String getResponseMessage() {
        return ResponseCodes.getMessage(this.getResponseCode());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy