Data constructor

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

Implementation

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