Class BalanceResponse

    • Method Detail

      • getPrintData

        public PrintData getPrintData()
        Print information for merchant receipt.
      • getCounters

        public Counters getCounters()
        Balance counters.
      • getPartialExceptions

        public List<TimException> getPartialExceptions()
        Partial exceptions due to one or more Omni-Channel clients failing. If list is empty all Omni-Channel clients finished balance successfully. If list is not empty Terminal.balance() or Terminal.balanceAsync() has to be called again to retry balance on the failed clients.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object