TransactionData constructor

TransactionData({
  1. double? refPayco,
  2. String? factura,
  3. String? descripcion,
  4. double? valor,
  5. int? iva,
  6. int? ico,
  7. int? baseiva,
  8. double? valorneto,
  9. String? moneda,
  10. String? banco,
  11. String? estado,
  12. String? respuesta,
  13. String? autorizacion,
  14. String? recibo,
  15. DateTime? fecha,
  16. String? franquicia,
  17. int? codRespuesta,
  18. String? codError,
  19. String? ip,
  20. int? enpruebas,
  21. String? tipoDoc,
  22. String? documento,
  23. String? nombres,
  24. String? apellidos,
  25. String? email,
  26. String? ciudad,
  27. String? direccion,
  28. String? indPais,
  29. String? countryCard,
  30. Extras? extras,
  31. CcNetworkResponse? ccNetworkResponse,
  32. ExtrasEpayco? extrasEpayco,
})

Implementation

TransactionData({
  this.refPayco,
  this.factura,
  this.descripcion,
  this.valor,
  this.iva,
  this.ico,
  this.baseiva,
  this.valorneto,
  this.moneda,
  this.banco,
  this.estado,
  this.respuesta,
  this.autorizacion,
  this.recibo,
  this.fecha,
  this.franquicia,
  this.codRespuesta,
  this.codError,
  this.ip,
  this.enpruebas,
  this.tipoDoc,
  this.documento,
  this.nombres,
  this.apellidos,
  this.email,
  this.ciudad,
  this.direccion,
  this.indPais,
  this.countryCard,
  this.extras,
  this.ccNetworkResponse,
  this.extrasEpayco,
});