voidTransaction

open fun voidTransaction(transactionVoid: TransactionVoid)

Void a reserved transaction. A dedicated transaction application will take the focus after calling this function. When the operation will be finished a voidTransactionReply method will be called, and the caller application will receive focus back.

Parameters

transactionVoid

the void that should be processed.

Throws

any errors while communicating with the API server.