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

br.com.swconsultoria.nfe.util.ConstantesUtil Maven / Gradle / Ivy

There is a newer version: 4.00.34
Show newest version
/**
 *
 */
package br.com.swconsultoria.nfe.util;

/**
 * @author Samuel Oliveira
 *
 */
public interface ConstantesUtil {

    interface VERSAO {
        String NFE = "4.00";
        String INUTILIZACAO = "4.00";
        String CONSULTA_CADASTRO = "2.00";
        String DIST_DFE = "1.01";
        String EVENTO_CANCELAMENTO = "1.00";
        String EVENTO_CANCELAMENTO_SUBSTIUICAO = "1.00";
        String EVENTO_CCE = "1.00";
        String EVENTO_MANIFESTAR = "1.00";
        String EVENTO_EPEC = "1.00";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy