UNPKG
sadad-gateway
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
درگاه پرداخت سداد برای Node.js با پشتیبانی TypeScript
sadad-gateway
/
dist
/
requestToken.d.ts
11 lines
(10 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
RequestTokenOptions
{
terminalId
:
string
;
merchantId
:
string
;
amount
:
number
;
orderId
:
string
;
returnUrl
:
string
;
signData
:
string
; }
export
declare
function
requestToken
(
options
:
RequestTokenOptions
):
Promise
<
any
>;
export
{};