
one.credify.sdk.FeedbackService Maven / Gradle / Ivy
package one.credify.sdk;
import one.credify.sdk.dto.SubmitFeedbackRequest;
import java.io.IOException;
public interface FeedbackService {
/**
* This submits a feedback from customer.
* @param req
* @throws IOException
*/
void submitFeedback(SubmitFeedbackRequest req) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy