TransactionResultResponse class

Constructors

TransactionResultResponse({String? channelCode, String? invoiceNo, String? type, String? data, String? fallbackData, int? expiryTimer, String? expiryDescription, String? responseCode, String? responseDescription})
TransactionResultResponse.fromJson(String str)
factory
TransactionResultResponse.fromMap(Map<String, dynamic> json)
factory

Properties

channelCode String?
getter/setter pair
data String?
getter/setter pair
expiryDescription String?
getter/setter pair
expiryTimer int?
getter/setter pair
fallbackData String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceNo String?
getter/setter pair
raw String?
getter/setter pair
responseCode String?
getter/setter pair
responseDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

Methods

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

Operators

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