CompleteTransactionResult class

Class that represents the result of a successful transaction.

Constructors

CompleteTransactionResult({required ReadCardInfo card, String? pin})
Constant constructor that initializes the class.
const

Properties

card ReadCardInfo
Stores information about the card used in the transaction.
final
hashCode int
The hash code for this object.
read-onlyinherited
pin String?
Stores the PIN entered during the transaction, if required. Can be null.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Overrides the toString() method to return a textual representation of the object.
override

Operators

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