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.read-only - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- launchError → String
-
Getter for
_launchError
. Leads to UnsupportedError on Android.read-only - rawResponse → String
-
Getter for
_rawResponse
. Leads to UnsupportedError on iOs.read-only - responseCode → String
-
Getter for
_responseCode
. Leads to UnsupportedError on iOs.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status → UpiTransactionStatus
-
Getter for
_status
.read-only - txnId → String
-
Getter for
_txnId
. Leads to UnsupportedError on iOs.read-only - txnRef → String
-
Getter for
_txnRef
. Leads to UnsupportedError on iOs.read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited