Class PrintRecTaxID

All Implemented Interfaces:
Runnable

public class PrintRecTaxID extends OutputRequest
Output request executor for FiscalPrinter method PrintRecTaxID.
  • Constructor Details

    • PrintRecTaxID

      public PrintRecTaxID(FiscalPrinterProperties props, String taxId)
      Constructor. Stores given parameters for later use.
      Parameters:
      props - Property set of device service.
      taxId - Customer identification with identification characters and tax number.
  • Method Details

    • getTaxId

      public String getTaxId()
      FiscalPrinter method PrintRecTaxID parameter taxId, see UPOS specification.
      Returns:
      PrintRecTaxID parameter taxId.
    • invoke

      public void invoke() throws jpos.JposException
      Description copied from class: OutputRequest
      This function should be called whenever a printing method has been invoked. Therefore, it is the perfect place to signal processing has finished to implicitly waiting synchronous methods.
      Overrides:
      invoke in class OutputRequest
      Throws:
      jpos.JposException - If the invoked method throws an exception.