finalBalance

fun finalBalance(correlationId: String = UUID.randomUUID().toString()): FinalBalanceResult

Queries the terminal's current final balance/clearing totals.

The terminal service only exposes a generic balance route (not a cash-specific one), so this reflects whatever that route reports.

Throws

if the terminal service could not be reached or refused the request.