Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 1.66 KB

File metadata and controls

47 lines (43 loc) · 1.66 KB

R2099 Class

Fechamento dos eventos da série R-2000

Properties

Name Type
evtFechaEvPer R2099EventoFechamentoPeriodo

Example

var evento = new R2099()  
{  
    Versao = Versao.v2_01_02,  
    evtFechaEvPer = new EficazFramework.SPED.Schemas.EFD_Reinf.R2099EventoFechamentoPeriodo()  
    {  
        ideContri = new EficazFramework.SPED.Schemas.EFD_Reinf.IdentificacaoContribuinte()  
        {  
            tpInsc = EficazFramework.SPED.Schemas.EFD_Reinf.PersonalidadeJuridica.CNPJ,  
            nrInsc = "12345678"  
        },  
        ideEvento = new IdentificacaoEventoFechamento()  
        {  
            perApur = $"{DateTime.Now.AddMonths(-1):yyyy-MM}",  
            tpAmb = EficazFramework.SPED.Schemas.EFD_Reinf.Ambiente.ProducaoRestrita_DadosReais,  
            procEmi = EficazFramework.SPED.Schemas.EFD_Reinf.EmissorEvento.AppContribuinte,  
            verProc = "2.2"  
        },  
        ideRespInf = new EficazFramework.SPED.Schemas.EFD_Reinf.IdentificacaoResponsavel()  
        {  
            nmResp = "Teste",  
            cpfResp = "07448448609",  
            telefone = "3535441511",  
            email = "[email protected]"  
        },  
        infoFech = new EficazFramework.SPED.Schemas.EFD_Reinf.R2099InformacoesFechamento()  
        {  
            evtServTm = SimNao.Nao,  
            evtServPr = SimNao.Nao,  
            evtAquis = SimNao.Nao  
        }  
    }  
};