UNPKG
anypay.io
Version:
latest (1.10.3)
1.10.3
1.10.2
1.10.1-rc
1.10.0-rc
1.0.9
1.0.9-rc2
1.0.9-rc1
1.0.8
1.0.6
1.0.5
1.0.4
1.0.3
Module for the AnyPay payment system.
github.com/DavidErbaev/anypay.io
DavidErbaev/anypay.io
anypay.io
/
dist
/
types
/
AnyPay.d.ts
12 lines
(11 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/// <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
; }