Data class

Constructors

Data({required String autorizacion, required int baseiva, required String ciclo, required String ciudad, dynamic codError, required int codRespuesta, required String descripcion, required String estado, required Extras extras, required String factura, required String fecha, required int ico, required int iva, required String moneda, required String recibo, required int refPayco, required String respuesta, required String ticketId, required String transactionId, required String urlbanco, required int valor})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

autorizacion String
final
baseiva int
final
ciclo String
final
ciudad String
final
codError → dynamic
final
codRespuesta int
final
descripcion String
final
estado String
final
extras Extras
final
factura String
final
fecha String
final
hashCode int
The hash code for this object.
no setterinherited
ico int
final
iva int
final
moneda 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 String
final
transactionId String
final
urlbanco 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.
inherited

Operators

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