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

fi.foyt.paytrail.io.IOHandler Maven / Gradle / Ivy

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