abortTransaction

open override fun abortTransaction()

Aborts a transaction in progress. An abort-transaction request is sent to the payment application. If there is no active transaction the request is ignored. If there is an active transaction the payment application will attempt to abort it.

Note that this method does not provide a result. If the abortion is successful, it will be indicated in the response to doTransaction that the transaction was cancelled.