use printBalanceInquiryWithOptions()
Print a balance inquiry receipt to the onboard printer
The format is predetermined as required by the balance inquiry processor.
please use PoyntPrinterService.
Print a receipt to the onboard printer representing an order.
The order of the contents will be as follow:
PrintedReceipt.headerImage (if provided)
PrintedReceipt.header
PrintedReceipt.body
PrintedReceipt.footer
PrintedReceipt.footerImage (if provided)
The text header/body/footer can be any text content the client
chooses. The optional headerImage and footerImage are byte arrays
representing Bitmap image of the client's choosing.
please use printReceiptWithOptions() method
Print a receipt to the onboard printer representing a transaction.
The format is predetermined as required by the transaction processor.
The details of the transactions will be automatically loaded
from the Poynt Transaction service.