QueryTransactionResponse

data class QueryTransactionResponse(code: Int, transactionStatus: TransactionStatusEnum, transactionResponseData: TransactionResponseData?)

Query Transaction response

Represents the response data of the queried transaction

Constructors

Link copied to clipboard
fun QueryTransactionResponse(code: Int, transactionStatus: TransactionStatusEnum, transactionResponseData: TransactionResponseData?)

Properties

Link copied to clipboard
val code: Int

Represents the status of the operation SUCCESS or FAILED

Link copied to clipboard
val transactionResponseData: TransactionResponseData?

Represents the queried transaction details, this property is only valid if the transaction is APPROVED

Link copied to clipboard
val transactionStatus: TransactionStatusEnum

Represents the status of the queried transaction