FastpayPaymentResponse class

Constructors

FastpayPaymentResponse.new(String? _transactionStatus, String? _transactionId, String? _orderId, String? _paymentAmount, String? _paymentCurrency, String? _payeeName, String? _payeeMobileNumber, String? _paymentTime)

Properties

hashCode int
The hash code for this object.
no setterinherited
orderId String?
getter/setter pair
payeeMobileNumber String?
getter/setter pair
payeeName String?
getter/setter pair
paymentAmount String?
getter/setter pair
paymentCurrency String?
getter/setter pair
paymentTime String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId String?
getter/setter pair
transactionStatus String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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