status property
status gives the status of Transaction.
There are three approved status: success, failure, submitted.
DO NOT use the string directly. Instead use UpiStatus
Implementation
String? status;
status gives the status of Transaction.
There are three approved status: success, failure, submitted.
DO NOT use the string directly. Instead use UpiStatus
String? status;