When performing a closeout an automatic receipt is printed. I'd like to disable this in a similar way to how we disable receipts on SaleRequests. This would allow me to print the closeout report on a POS printer (we run in semi-integrated mode).
Ideally, I'd like my request to look like this...
paymentConnector.closeout(CloseoutRequest().apply { this.allowOpenTabs = false this.disablePrinting = true })
Thanks.