TransactionSessionInfo class
Constructors
- TransactionSessionInfo({required bool isBankCardEnabled, required bool isMeezaCardEnabled, required bool isWalletEnabled, required SessionStatus status, required bool is3dsRequired})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- is3dsRequired → bool
-
final
- isBankCardEnabled → bool
-
final
- isMeezaCardEnabled → bool
-
final
- isWalletEnabled → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → SessionStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited