status property

String? status
getter/setter pair

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;