TabbySessionData class

Constructors

TabbySessionData({required String sessionId, required String paymentId, required TabbySessionAvailableProducts availableProducts, SessionStatus status = SessionStatus.created, String? rejectionReason})

Properties

availableProducts → TabbySessionAvailableProducts
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isPreScorePassed bool
Check is Pre-score is passed
no setter
paymentId String
finalinherited
rejectionReason String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
finalinherited
status → SessionStatus
finalinherited

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.
override

Operators

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