PseTransactionData class

Constructors

PseTransactionData.new({int? refPayco, String? factura, String? descripcion, double? valor, int? iva, int? baseiva, String? moneda, String? estado, String? respuesta, String? autorizacion, String? recibo, String? fecha, String? urlbanco, String? transactionId, String? ticketId})
PseTransactionData.fromJson(Map<String, dynamic> json)
factory

Properties

autorizacion String?
final
baseiva int?
final
descripcion String?
final
estado String?
final
factura String?
final
fecha String?
final
hashCode int
The hash code for this object.
no setterinherited
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 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