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

com.blockchyp.client.dto.IAcknowledgement Maven / Gradle / Ivy

Go to download

This is the recommended means for Java developers to access the BlockChyp gateway and BlockChyp terminals.

There is a newer version: 2.19.0
Show newest version
package com.blockchyp.client.dto;

/**
 * contains a basic api acknowledgement.
 */

public interface IAcknowledgement {

     boolean isSuccess();

     String getError();

     String getResponseDescription();


}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy