There is a DisplayPaymentReceiptOptions(String orderId, String paymentId) function which shows a prompt on the Clover-Mini allowing user to print a receipt by pressing a button. Is there something similar to print the receipt directly such as PrintReceipt(String orderId, String paymentId) without the screen prompt? I wasn't able to figure a way to do this after looking at the CloverConnecter Interface.