io.github.carlosthe19916.webservices.managers.errorhandler.BillServiceErrorHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sunat-web-services Show documentation
Show all versions of sunat-web-services Show documentation
Sunat Web Services Endpoints
package io.github.carlosthe19916.webservices.managers.errorhandler;
import io.github.carlosthe19916.webservices.models.BillServiceResult;
import io.github.carlosthe19916.webservices.wrappers.ServiceConfig;
public interface BillServiceErrorHandler extends SUNATErrorHandler {
BillServiceResult sendBill(String fileName, byte[] zipFile, String partyType, ServiceConfig config);
service.sunat.gob.pe.billservice.StatusResponse getStatus(String ticket, ServiceConfig config);
String sendSummary(String fileName, byte[] zipFile, String partyType, ServiceConfig config);
String sendPack(String fileName, byte[] zipFile, String partyType, ServiceConfig config);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy