TransactionData class
Constructors
- TransactionData.new({double? refPayco, String? factura, String? descripcion, double? valor, int? iva, int? ico, int? baseiva, double? valorneto, String? moneda, String? banco, String? estado, String? respuesta, String? autorizacion, String? recibo, DateTime? fecha, String? franquicia, int? codRespuesta, String? codError, String? ip, int? enpruebas, String? tipoDoc, String? documento, String? nombres, String? apellidos, String? email, String? ciudad, String? direccion, String? indPais, String? countryCard, Extras? extras, CcNetworkResponse? ccNetworkResponse, ExtrasEpayco? extrasEpayco})
-
TransactionData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- apellidos → String?
-
final
- autorizacion → String?
-
final
- banco → String?
-
final
- baseiva → int?
-
final
- ccNetworkResponse → CcNetworkResponse?
-
final
- ciudad → String?
-
final
- codError → String?
-
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
- extrasEpayco → ExtrasEpayco?
-
final
- factura → String?
-
final
- fecha → DateTime?
-
final
- franquicia → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ico → int?
-
final
- indPais → String?
-
final
- ip → String?
-
final
- iva → int?
-
final
- moneda → String?
-
final
- nombres → String?
-
final
- recibo → String?
-
final
- refPayco → double?
-
final
- respuesta → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipoDoc → String?
-
final
- valor → double?
-
final
- valorneto → double?
-
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