ElginTransactionResponse constructor

const ElginTransactionResponse({
  1. String? administradora,
  2. String? autorizacao,
  3. String? cnpjRede,
  4. String? data,
  5. String? mensagem,
  6. String? nsu,
  7. String? numeroCartao,
  8. String? pagamento,
  9. String? rede,
  10. String? tipoCartao,
  11. String? valor,
  12. String? vencimento,
  13. String? viaCliente,
  14. String? viaEstabelecimento,
  15. String? viaSMS,
})

Implementation

const ElginTransactionResponse({
  this.administradora,
  this.autorizacao,
  this.cnpjRede,
  this.data,
  this.mensagem,
  this.nsu,
  this.numeroCartao,
  this.pagamento,
  this.rede,
  this.tipoCartao,
  this.valor,
  this.vencimento,
  this.viaCliente,
  this.viaEstabelecimento,
  this.viaSMS,
});