IOperationServiceTryGetReceiptChequePrinter Method |
Try get receipt cheque printer for default cash register.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIPrinterQueueRef TryGetReceiptChequePrinter(
bool checkIsConfigured = false
)
Parameters
- checkIsConfigured Boolean (Optional)
-
If checkIsConfigured = true returns only configured printer.
Return Value
IPrinterQueueRef
Instance of printer or
null if receipt cheque printer not configured (for
checkIsConfigured =
true).
See Also