TransactionResult class

Annotations
  • @JsonSerializable()

Constructors

TransactionResult({bool isTransactionCanceled = true, TransactionResultStatus? transactionStatus, String? statusMessage, String? transactionId, String? orderId, String? paymentType})
TransactionResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isTransactionCanceled bool
final
orderId String?
final
paymentType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String?
final
transactionId String?
final
transactionStatus TransactionResultStatus?
final

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

Operators

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