UNPKG

anypay-ts

Version:

TypeScript библиотека для работы с платёжной системой AnyPay

8 lines (7 loc) 242 B
import { GetIpNotificationResponse } from '../types/api'; export declare class ApiService { private apiId; private apiKey; constructor(apiId: string, apiKey: string); getIpNotification(): Promise<GetIpNotificationResponse>; }