Data class

Constructors

Data({String? apellidos, String? autorizacion, String? banco, int? baseiva, bool? ccNetworkResponse, String? ciudad, String? codError, int? codRespuesta, int? codigoproyecto, String? countryCard, String? descripcion, String? direccion, String? documento, String? email, int? enpruebas, String? estado, Extras? extras, double? factorConversion, String? factura, DateTime? fecha, DateTime? fechaexpiracion, DateTime? fechapago, String? franquicia, int? ico, dynamic indPais, String? ip, int? iva, String? moneda, String? nombres, String? pin, String? recibo, int? refPayco, String? respuesta, String? tipoDoc, int? valor, int? valorPesos, int? valorneto})
Data.fromJson(Map<String, dynamic> json)
factory
Data.fromRawJson(String str)
factory

Properties

apellidos String?
final
autorizacion String?
final
banco String?
final
baseiva int?
final
ccNetworkResponse bool?
final
ciudad String?
final
codError String?
final
codigoproyecto int?
final
codRespuesta int?
final
countryCard String?
final
descripcion String?
final
direccion String?
final
documento String?
final
email String?
final
enpruebas int?
final
estado String?
final
extras Extras?
final
factorConversion double?
final
factura String?
final
fecha DateTime?
final
fechaexpiracion DateTime?
final
fechapago DateTime?
final
franquicia String?
final
hashCode int
The hash code for this object.
no setterinherited
ico int?
final
indPais → dynamic
final
ip String?
final
iva int?
final
moneda String?
final
nombres String?
final
pin String?
final
recibo String?
final
refPayco int?
final
respuesta String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipoDoc String?
final
valor int?
final
valorneto int?
final
valorPesos int?
final

Methods

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

Operators

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