UNPKG

anypay.io

Version:

Module for the AnyPay payment system.

12 lines (11 loc) 266 B
/// <reference types="node" /> import * as https from "https"; export interface IAnyPayOptions { api_id: string; api_key: string; secretKey: string; merchant_id?: number; apiUrl?: string; merchantUrl?: string; httpsAgent?: https.Agent; }