UNPKG
payxpert-ts
Version:
latest (1.0.6)
1.0.6
1.0.5
Payzone API wrapper in NodeJS
github.com/Creativty/connect2pay-nodejs-client
payxpert-ts
/
dist
/
payment_client.d.ts
9 lines
•
310 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
PaymentClient
{ originatorID:
string
; originatorPW:
string
;
constructor
(
id
:
string
,
password
:
string
);
makeRequest
(
host
:
string
,
path
:
string
,
method
:
string
, body?: { [
x
:
string
]:
string
; }): Promise<any>; }
//# sourceMappingURL=payment_client.d.ts.map