Package eu.ccvlab.mapi.core.payment
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 TypeMethodDescriptiondefault voidprintJournalReceipt(PaymentReceipt paymentReceipt) Instructs the implementor to print the lines on the printer.default voidstoreEJournal(String journal) Instructs the implementor to store the journal in the E-Journal store.
-
Method Details
-
printJournalReceipt
Instructs the implementor to print the lines on the printer.- Parameters:
paymentReceipt- The lines to be printed.
-
storeEJournal
Instructs the implementor to store the journal in the E-Journal store.- Parameters:
journal- The journal to store.
-