UNPKG

mobyo-interfaces

Version:
23 lines (22 loc) 810 B
import { EBarcodeFormat, EPayioChefOperationMode, EPayioChefTabMode } from '../enums'; import { IPayioChefConfigOperation } from '../interfaces'; export declare class PayioChefConfigOperationEntity implements IPayioChefConfigOperation { barcodeFormat: EBarcodeFormat; barcodeInitialFlag: string; bipOnPrint: boolean; headerMessages: string[]; listItems: string[]; multiOrder: boolean; operationMode: EPayioChefOperationMode; printFormat: 'simple' | 'tabular'; showBarCode: boolean; showNetWeight: boolean; showOrderNumber: boolean; showPricePerKg: boolean; showTotalPrice: boolean; startOrderIn: number; tabFormat: string | null; tabMode: EPayioChefTabMode; urlLogo: string; constructor(data?: Partial<PayioChefConfigOperationEntity>); }