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 voideReceipt(EReceiptRequest eReceiptRequest) Pass the E-Receipt to the PoSdefault voidonTokenSuccess(TokenResult tokenResult) Methods inherited from interface eu.ccvlab.mapi.core.payment.EJournalDelegate
printJournalReceipt, storeEJournalMethods inherited from interface eu.ccvlab.mapi.core.payment.ErrorDelegate
onError, onErrorMethods inherited from interface eu.ccvlab.mapi.core.payment.PrinterOutputDelegate
printCustomerReceiptAndSignature, printDccOffer, printMerchantReceiptAndSignatureMethods 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:
eReceiptin interfacePrinterOutputDelegate- Parameters:
eReceiptRequest- The e-receipt result
-