HostResponseData class

Constructors

HostResponseData.new({required String? transactionId, required String? rrn, required String? stan, required String? trackId, required String? paymentId, required String? accessUrl})
const
HostResponseData.fromMap(Map<String, dynamic> map)
factory

Properties

accessUrl String?
final
hashCode int
The hash code for this object.
no setteroverride
paymentId String?
final
rrn String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stan String?
final
trackId String?
final
transactionId String?
final

Methods

copyWith({String? transactionId, String? rrn, String? stan, String? trackId, String? paymentId, String? accessUrl}) HostResponseData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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