UpiResponse class
Properties
approvalRefNo
↔ String ?
approvalRefNo is the UPI Approval reference number (beneficiary).
It is optional. You may receive it as null.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
responseCode
↔ String ?
responseCode is the UPI Response code. You don't particularly need to use this.
You may refer to https://ncpi.org.in for list of responseCode.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
status
↔ String ?
status gives the status of Transaction.
There are three approved status: success, failure, submitted.
DO NOT use the string directly. Instead use UpiStatus
getter/setter pair
transactionId
↔ String ?
It is the Transaction ID from the response.
getter/setter pair
transactionRefId
↔ String ?
txnRef gives the Transaction Reference ID passed in input.
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.
inherited