UpiTransactionResponse class

Structured data representing response of a UPI transaction request.

Constructors

UpiTransactionResponse.android(String responseString)
Android platform constructor.
UpiTransactionResponse.ios(bool result)
iOS platform constructor.
UpiTransactionResponse.iosError(dynamic error)
iOS platform app launch exception case constructor.

Properties

approvalRefNo String?
Getter for _approvalRefNo. Leads to UnsupportedError on iOs.
no setter
hashCode int
The hash code for this object.
no setterinherited
launchError String?
Getter for _launchError. Leads to UnsupportedError on Android.
no setter
rawResponse String?
Getter for _rawResponse. Leads to UnsupportedError on iOs.
no setter
responseCode String?
Getter for _responseCode. Leads to UnsupportedError on iOs.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UpiTransactionStatus?
Getter for _status.
no setter
txnId String?
Getter for _txnId. Leads to UnsupportedError on iOs.
no setter
txnRef String?
Getter for _txnRef. Leads to UnsupportedError on iOs.
no setter

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