Click or drag to resize

IOperationServiceTryGetReceiptChequePrinter Method

Try get receipt cheque printer for default cash register.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IPrinterQueueRef TryGetReceiptChequePrinter(
	bool checkIsConfigured = false
)

Parameters

checkIsConfigured (Optional)
Type: SystemBoolean
If checkIsConfigured = true returns only configured printer.

Return Value

Type: IPrinterQueueRef
Instance of printer or null if receipt cheque printer not configured (for checkIsConfigured = true).
See Also