DetalhesPagamentoRelpmei constructor

DetalhesPagamentoRelpmei({
  1. required String numeroDas,
  2. required int dataVencimento,
  3. required String paDasGerado,
  4. required String geradoEm,
  5. required String numeroParcelamento,
  6. required String numeroParcela,
  7. required int dataLimiteAcolhimento,
  8. required int dataPagamento,
  9. required String bancoAgencia,
  10. 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,
});