Class Printer

Hierarchy

Implements

Constructors

Properties

_timestamp: number
connection_type: PrinterConnections = PrinterConnections.ETHERNET

Printer connection type

created_at: Date = ...
deleted_at: any = null
device_uid: string = ""

Printer terminal ID

fallback_printer_uid: number = 0

Backup printer ID

id_in_server: number
ip_address: string = ""

Printer IP address

kitchen_itemized_print: boolean = false

if it is consolidated print or itemized print when it is kitchen printer

name: string

name of the object

name_translations: any

Translations of the name

physical_printer_name: string = ""

Actual printer name

print_template_uid: string = ""

Print template UID

print_times: number = 1

Number of times to print

protocol: ESCPOS = PrinterProtocols.ESCPOS

Printer protocol

status: PrinterStatus = PrinterStatus.Online

Printer status

type: PrinterType = PrinterType.ReceiptPrinter

Printer type

uid: string = ...
updated_at: Date = ...

Generated using TypeDoc