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

io.github.carlosthe19916.webservices.managers.errorhandler.BillServiceErrorHandler Maven / Gradle / Ivy

There is a newer version: 1.3.4.Final
Show newest version
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