br.com.swconsultoria.nfe.util.ConstantesUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-nfe Show documentation
Show all versions of java-nfe Show documentation
Api java para consumo do webService de nota fiscal eletronica
/**
*
*/
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";
}
}