UNPKG
mercadopago
Version:
beta (1.0.3)
dx-nodejs (1.0.9)
latest (3.1.0)
3.1.0
3.0.0
2.13.0
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.15
2.0.14
2.0.13
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.5.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.8
0.1.5
0.0.11
0.0.10
0.0.10-beta
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Mercadopago SDK for Node.js
github.com/mercadopago/sdk-nodejs
mercadopago/sdk-nodejs
mercadopago
/
dist
/
clients
/
order
/
process
/
index.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
import
{
OrderProcessClient
}
from
'./types'
;
import
{
OrderResponse
}
from
'../commonTypes'
;
export
default
function
process
(
{ id, config }: OrderProcessClient
):
Promise
<
OrderResponse
>;