TrxnRespModel class

Constructors

TrxnRespModel({required String tranId, required String responseCode, required String amount, required String result, required String cardToken, required String cardBrand, required String maskedPanNo, required String responseMsg})
TrxnRespModel.fromJson(Map<String, dynamic> json)
factory

Properties

amount String
final
cardBrand String
final
cardToken String
final
hashCode int
The hash code for this object.
no setterinherited
maskedPanNo String
final
responseCode String
final
responseMsg String
final
result String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tranId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited