Optional depositCash deposit handler
Settings getter function (will be called after initialization finish))
Optional handleRefund handler
Sale handler
Optional initializePlugin initialization function (will be called right after plugin download/installation and every time on page reload/cashierapp start)
Optional makeXReportCall for X-report (usually - statistics for the current time)
Optional makeZReportCall for ending the cash shift (e.g. end of workday or schedule) (usually, also final report printed)
Optional printPrint any text, such as informational block, promo details or pos terminal slip. NOTE: implement this only if your country/business require printing terminal slips or info checks
Optional withdrawCash withdrawal handler
Generated using TypeDoc
The interface for the primary thing to be implemented in a plugin please look for details in existing plugins note: should be default export