I'm working on printing an order by building an Android App however I'm running into an issue and can't find any documentation on how to declare the "order" within "order()" when printing. I'm seeing that it's being sent to my Clover station but it has an error as I'm not setting "order".
new StaticReceiptPrintJob.Builder().order(
order).build()
How do I declare this and what fields are necessary for this to work correctly?