DetalhesPagamentoRelpmei constructor
DetalhesPagamentoRelpmei({ - required String numeroDas,
- required int dataVencimento,
- required String paDasGerado,
- required String geradoEm,
- required String numeroParcelamento,
- required String numeroParcela,
- required int dataLimiteAcolhimento,
- required int dataPagamento,
- required String bancoAgencia,
- required double valorPagoArrecadacao,
})
Implementation
DetalhesPagamentoRelpmei({
required this.numeroDas,
required this.dataVencimento,
required this.paDasGerado,
required this.geradoEm,
required this.numeroParcelamento,
required this.numeroParcela,
required this.dataLimiteAcolhimento,
required this.dataPagamento,
required this.bancoAgencia,
required this.valorPagoArrecadacao,
});