TransactionModel class

Constructors

TransactionModel({String? ref, String? operatorId, String? transactionId, String? numberUser, String? nameUser, String? emailUser, String? countryUser, String? currency, String? amount, String? fees, String? amountReceive, String? amountTotal, String? status, String? typeTransaction, String? typePayment, String? date, String? dateUpdate})
TransactionModel.fromJson(Map<String, dynamic> json)
factory

Properties

amount String?
getter/setter pair
amountReceive String?
getter/setter pair
amountTotal String?
getter/setter pair
countryUser String?
getter/setter pair
currency String?
getter/setter pair
date String?
getter/setter pair
dateUpdate String?
getter/setter pair
emailUser String?
getter/setter pair
fees String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nameUser String?
getter/setter pair
numberUser String?
getter/setter pair
operatorId String?
getter/setter pair
ref String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
transactionId String?
getter/setter pair
typePayment String?
getter/setter pair
typeTransaction String?
getter/setter pair

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