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

com.fincatto.documentofiscal.cte200.classes.CTAutorizador Maven / Gradle / Ivy

There is a newer version: 4.0.75
Show newest version
package com.fincatto.documentofiscal.cte200.classes;

import com.fincatto.documentofiscal.DFAmbiente;

/**
 * 

URLs dos serviços


* NFE Homologação
* NFE Produção
*
* NFCE Homologação
* NFCE Produção */ public enum CTAutorizador { AN { @Override public String getDistribuicaoDFe(final DFAmbiente ambiente) { return DFAmbiente.HOMOLOGACAO.equals(ambiente) ? "https://hom1.cte.fazenda.gov.br/CTeDistribuicaoDFe/CTeDistribuicaoDFe.asmx" : "https://www1.cte.fazenda.gov.br/CTeDistribuicaoDFe/CTeDistribuicaoDFe.asmx"; } }; public abstract String getDistribuicaoDFe(final DFAmbiente ambiente); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy