Skip to main content

Terminal APIs

The Terminal APIs (api.terminal) provide access to information about the terminal.

isQSR

A public method used to determine if the terminal configuration is compatible with a Quick Service Restaurant (QSR) operation schema.

Method

public isQSR(): boolean

Parameters

None

Returns

boolean Returns true if the terminal is configured for QSR operation, false if not.

isTSR

A public method used to determine if the terminal configuration is compatible with a Table Service Restaurant (TSR) operation schema.

Method

public isTSR(): boolean

Parameters

None

Returns

boolean Returns true if the terminal is configured for TSR operation, false if not.