Interface EJournalDelegate

All Known Subinterfaces:
CardReadDelegate, PaymentDelegate, TerminalDelegate, TokenDelegate

public interface EJournalDelegate
Delegate that handles all e-journal related callbacks. This delegate is opi-nl specific as opi-de does not support journalling
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Instructs the implementor to print the lines on the printer.
    default void
    Instructs the implementor to store the journal in the E-Journal store.
  • Method Details

    • printJournalReceipt

      default void printJournalReceipt(PaymentReceipt paymentReceipt)
      Instructs the implementor to print the lines on the printer.
      Parameters:
      paymentReceipt - The lines to be printed.
    • storeEJournal

      default void storeEJournal(String journal)
      Instructs the implementor to store the journal in the E-Journal store.
      Parameters:
      journal - The journal to store.