import { CurrencyPipe } from "@angular/common"; import { TransactionDocument } from "./mapper-library.model"; export declare class WebReturnMagento2RestV1MapperBuilderClass { private currencyPipe?; className: string; private orderDetails; private webReturnObject; numberUtilService: any; constructor(orderDetails: any, currencyPipe?: CurrencyPipe); webReturnCommonMapper(): this; product(): this; linePromotion(): this; customer(): this; isInStoreOrder(): this; externalTransactionDetails(invoiceId: string): this; basketSummary(): this; refundRequest(): this; updateTaxBreakdown(): this; deviceId(deviceId: any): this; terminalId(terminalId: any): this; orgCode(orgCode: any): this; storeId(): this; storeNodeId(storeNodeId: string): this; storeNodeStructure(storeNodeStructure: string): this; docId(docId: any): this; updateUserID(userID: string): this; updateUserName(name: any): this; build(): TransactionDocument; getUTCDateTime(date: any): string; } //# sourceMappingURL=WebReturnMagento2RestV1.class.d.ts.map