PaySubscriptionResponseData class
Constructors
- PaySubscriptionResponseData({String? apellidos, String? autorizacion, String? banco, int? baseiva, CcNetworkResponse? ccNetworkResponse, String? ciudad, String? codError, int? codRespuesta, String? countryCard, String? descripcion, String? direccion, String? documento, String? email, int? enpruebas, String? estado, Extras? extras, String? factura, DateTime? fecha, String? franquicia, int? ico, String? indPais, String? ip, int? iva, String? moneda, String? nombres, String? recibo, int? refPayco, String? respuesta, String? tipoDoc, double? valor, double? valorneto})
-
PaySubscriptionResponseData.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
- 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 → int?
-
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