Debitos constructor
Debitos({ - bool? balancoLucroReal,
- ListaDebitosIrpj? irpj,
- ListaDebitosCsll? csll,
- ListaDebitosPisPasep? pisPasep,
- ListaDebitosCofins? cofins,
- ListaDebitosIrrf? irrf,
- ListaDebitosIpi? ipi,
- ListaDebitosIof? iof,
- ListaDebitosCideCombustiveis? cideCombustiveis,
- ListaDebitosCideRemessas? cideRemessas,
- ListaDebitosCondecine? condecine,
- ListaDebitosContribuicaoConcursoPrognosticos? contribuicaoConcursoPrognosticos,
- ListaDebitosCpss? cpss,
- ListaDebitosRetPagamentoUnificado? retPagamentoUnificado,
- ListaDebitosContribuicoesDiversas? contribuicoesDiversas,
})
Implementation
Debitos({
this.balancoLucroReal,
this.irpj,
this.csll,
this.pisPasep,
this.cofins,
this.irrf,
this.ipi,
this.iof,
this.cideCombustiveis,
this.cideRemessas,
this.condecine,
this.contribuicaoConcursoPrognosticos,
this.cpss,
this.retPagamentoUnificado,
this.contribuicoesDiversas,
});