Hierarchy

  • InitializationOptions

Properties

business: Business

Business is the name of the business/franchise we work with. E.g. Dodo Pizza, Doner 42, Drinkit

cashboxId: string
country: Country
departmentUtcOffsetMinutes: number

Known offset of the department where the store is. Offset from UTC in minutes. Can be used to identify which local time should be set on the particular machine.

Example

-120, 0, 1280
infrastructure: {
    logger?: ILogger<Record<string, unknown>>;
}

Type declaration

  • Optional logger?: ILogger<Record<string, unknown>>
isPrintingPaperReceiptsDisabled: boolean

Determines should plugin handle sale with paper receipt or not.

logger: MainLogger & {
    default: MainLogger;
}

Deprecated

use infrastructure.logger instead of this

Generated using TypeDoc