Click or drag to resize

IOperationServiceTryGetReceiptChequePrinter Method

Try get receipt cheque printer for default cash register.

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

Parameters

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

Return Value

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