Data class

Constructors

Data.new({int? refPayco, String? factura, String? descripcion, int? valor, int? iva, int? baseiva, String? moneda, String? banco, String? estado, String? respuesta, String? autorizacion, String? recibo, DateTime? fecha, String? franquicia, int? codRespuesta, String? ip, int? enpruebas, String? tipoDoc, String? documento, String? nombres, String? apellidos, String? email, String? ciudad, String? direccion, dynamic indPais, String? transactionId, int? ticketId})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

apellidos String?
final
autorizacion String?
final
banco String?
final
baseiva int?
final
ciudad String?
final
codRespuesta int?
final
descripcion String?
final
direccion String?
final
documento String?
final
email String?
final
enpruebas int?
final
estado String?
final
factura String?
final
fecha DateTime?
final
franquicia String?
final
hashCode int
The hash code for this object.
no setterinherited
indPais → dynamic
final
ip String?
final
iva int?
final
moneda String?
final
nombres String?
final
recibo String?
final
refPayco int?
final
respuesta String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticketId int?
final
tipoDoc String?
final
transactionId String?
final
valor int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited