shutdown

abstract fun shutdown(restart: Boolean): Boolean

Shuts down the payment terminal.

Return

true if the request was sent successfully, otherwise false.. Note that this does not indicate the success or failure of the shutdown. If no TerminalStatusResponseHandler is provided the method will return false.

Parameters

restart

If set to true, the terminal will restart after shut down.