UNPKG

@test-org122/merchant-iframe

Version:

Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.

14 lines 657 B
import { IMerchantConnectorRepository } from "@merchant-iframe/interfaces/data"; import { IContextProvider } from "@merchant-iframe/interfaces/utils"; import { IMerchantService } from "@merchant-iframe/interfaces/business"; import { IMerchantIFrameApi } from "@merchant-iframe/interfaces/api"; import { IAjaxUtils } from "@test-org122/utils"; export declare class MerchantIframe { contextProvider: IContextProvider; ajaxUtils: IAjaxUtils; merchantConnectorRepository: IMerchantConnectorRepository; merchantService: IMerchantService; merchantIframeApi: IMerchantIFrameApi; constructor(); } //# sourceMappingURL=MerchantIFrame.d.ts.map