FastpayResult class

Constructors

FastpayResult({bool? isSuccess, String? transactionStatus, String? transactionId, String? orderId, String? paymentAmount, String? paymentCurrency, String? payeeName, String? payeeMobileNumber, String? paymentTime, String? errorMessage})
FastpayResult.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
final
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool?
final
orderId String?
final
payeeMobileNumber String?
final
payeeName String?
final
paymentAmount String?
final
paymentCurrency String?
final
paymentTime String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId String?
final
transactionStatus String?
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