PagamentoDebito constructor
Implementation
PagamentoDebito({
required this.competencia,
required this.tipoDebito,
required this.valorPrincipal,
required this.valorMulta,
required this.valorJuros,
required this.valorTotal,
required this.discriminacoes,
});