Companion

object Companion

Properties

Link copied to clipboard

Set of all error statuses that indicate the transaction failed. These are all terminal statuses.

Link copied to clipboard

Set of all pending statuses that indicate the transaction is still in progress.

Link copied to clipboard

Set of all terminal statuses that indicate the transaction has reached a final state. No further status updates are expected for transactions in these states.

Functions

Link copied to clipboard

Finds the Sep06TransactionStatus corresponding to the given string value.

Link copied to clipboard
fun isTerminal(status: String): Boolean

Checks if the given status string represents a terminal state.