Interface TokenDelegate
- All Superinterfaces:
EJournalDelegate
,ErrorDelegate
,PrinterOutputDelegate
,TerminalOutputDelegate
- All Known Subinterfaces:
CardReadDelegate
public interface TokenDelegate
extends TerminalOutputDelegate, ErrorDelegate, PrinterOutputDelegate, EJournalDelegate
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
eReceipt
(EReceiptRequest eReceiptRequest) Pass the E-Receipt to the PoSdefault void
onTokenSuccess
(TokenResult tokenResult) Methods inherited from interface eu.ccvlab.mapi.core.payment.EJournalDelegate
printJournalReceipt, storeEJournal
Methods inherited from interface eu.ccvlab.mapi.core.payment.ErrorDelegate
onError, onError
Methods inherited from interface eu.ccvlab.mapi.core.payment.PrinterOutputDelegate
printCustomerReceiptAndSignature, printDccOffer, printMerchantReceiptAndSignature
Methods inherited from interface eu.ccvlab.mapi.core.payment.TerminalOutputDelegate
askCashierInput, cardUID, showOnCustomerDisplay, showOnCustomerDisplay, showTerminalOutput, showTerminalOutputLines, showTerminalOutputMenu, stopMenu
-
Method Details
-
onTokenSuccess
-
eReceipt
Pass the E-Receipt to the PoS- Specified by:
eReceipt
in interfacePrinterOutputDelegate
- Parameters:
eReceiptRequest
- The e-receipt result
-