Creditos constructor
Creditos({ - ListaCreditosIrpj? creditosIrpj,
- ListaCreditosCsll? creditosCsll,
- ListaCreditosPisPasep? creditosPisPasep,
- ListaCreditosCofins? creditosCofins,
- ListaCreditosIrrf? creditosIrrf,
- ListaCreditosIpi? creditosIpi,
- ListaCreditosIof? creditosIof,
- ListaCreditosCideCombustiveis? creditosCideCombustiveis,
- ListaCreditosCideRemessas? creditosCideRemessas,
- ListaCreditosCondecine? creditosCondecine,
- ListaCreditosContribuicaoConcursoPrognosticos? creditosContribuicaoConcursoPrognosticos,
- ListaCreditosCpss? creditosCpss,
- ListaCreditosRetPagamentoUnificado? creditosRetPagamentoUnificado,
- ListaCreditosContribuicoesDiversas? creditosContribuicoesDiversas,
})
Implementation
Creditos({
this.creditosIrpj,
this.creditosCsll,
this.creditosPisPasep,
this.creditosCofins,
this.creditosIrrf,
this.creditosIpi,
this.creditosIof,
this.creditosCideCombustiveis,
this.creditosCideRemessas,
this.creditosCondecine,
this.creditosContribuicaoConcursoPrognosticos,
this.creditosCpss,
this.creditosRetPagamentoUnificado,
this.creditosContribuicoesDiversas,
});