Data class

Constructors

Data.new({String? transactionPaymentStatus, String? merchantId, String? orderid, String? apTransactionid, String? txnMode, String? chmod, String? amount, String? currencyCode, int? transactionStatus, String? message, String? bankResponseMsg, String? customerName, String? customerPhone, String? customerEmail, int? transactionType, String? risk, String? customVar, String? token, String? uid, String? transactionTime, String? surchargeAmount, String? cardType, String? apSecurehash})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

amount String?
getter/setter pair
apSecurehash String?
getter/setter pair
apTransactionid String?
getter/setter pair
bankResponseMsg String?
getter/setter pair
cardType String?
getter/setter pair
chmod String?
getter/setter pair
currencyCode String?
getter/setter pair
customerEmail String?
getter/setter pair
customerName String?
getter/setter pair
customerPhone String?
getter/setter pair
customVar String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
getter/setter pair
message String?
getter/setter pair
orderid String?
getter/setter pair
risk String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surchargeAmount String?
getter/setter pair
token String?
getter/setter pair
transactionPaymentStatus String?
getter/setter pair
transactionStatus int?
getter/setter pair
transactionTime String?
getter/setter pair
transactionType int?
getter/setter pair
txnMode String?
getter/setter pair
uid 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