fi.foyt.paytrail.io.IOHandler 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;
import java.io.IOException;
public interface IOHandler {
public IOHandlerResult doPost(String merchantId, String merchantSecret, String url, String data) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy