fi.foyt.paytrail.io.IOHandlerResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java REST API SDK for Paytrail (http://paytrail.com/)
The newest version!
package fi.foyt.paytrail.io;
public class IOHandlerResult {
public IOHandlerResult(int code, String response) {
this.response = response;
this.code = code;
}
public int getCode() {
return code;
}
public String getResponse() {
return response;
}
private String response;
private int code;
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy