UNPKG

pi-sdk

Version:

Pay Insights SDK

7 lines (6 loc) 343 B
import * as Contracts from "pi-contracts"; export * from "pi-contracts"; export * from "./SDKProxyMessages"; export declare class PISDK { Initialize(appId: string, appSecret: string, region: Contracts.PIRegion, environment: Contracts.PIEnvironment, responseListener: (error?: Contracts.PIException, token?: string) => void): void; }