import { CurrencyPipe } from "@angular/common"; import { TransactionDocument, TProduct, TransactionPromotion } from "./mapper-library.model"; export declare class WebReturnMapperBuilderClass { private currencyPipe?; className: string; private document; private webReturnObject; numberUtilService: any; constructor(document: any, currencyPipe?: CurrencyPipe); WebReturnMapper(): this; validateProductItemDiscount(product: TProduct): TProduct; transactionPromotionProductPortionCalc(txDoc: TransactionDocument, promotion: TransactionPromotion): TransactionDocument; updateTransactionPromotionPrtionCalc(): void; deviceId(deviceId: any): this; terminalId(terminalId: any): this; orgCode(orgCode: any): this; storeId(storeId: any): this; storeNodeId(storeNodeId: string): this; storeNodeStructure(storeNodeStructure: string): this; docId(docId: any): this; updateUserID(userID: string): this; updateUserName(name: any): this; build(): TransactionDocument; getText(obj: any): any; getUTCDateTime(date: any): string; isInStoreOrder(): this; } //# sourceMappingURL=WebReturn-mapper.class.d.ts.map