DetalhesPagamento constructor
- required String numeroDas,
- required int dataVencimento,
- required int paDasGerado,
- required String geradoEm,
- required String numeroParcelamento,
- required String numeroParcela,
- required int dataLimiteAcolhimento,
- required List<
PagamentoDebito> pagamentoDebitos, - required int dataPagamento,
- required String bancoAgencia,
- required double valorPagoArrecadacao,
Implementation
DetalhesPagamento({
required this.numeroDas,
required this.dataVencimento,
required this.paDasGerado,
required this.geradoEm,
required this.numeroParcelamento,
required this.numeroParcela,
required this.dataLimiteAcolhimento,
required this.pagamentoDebitos,
required this.dataPagamento,
required this.bancoAgencia,
required this.valorPagoArrecadacao,
});