UNPKG
mangopay4-nodejs-sdk
Version:
latest (1.65.0)
1.65.0
1.64.0
Mangopay Node.js SDK
github.com/Mangopay/mangopay2-nodejs-sdk
Mangopay/mangopay2-nodejs-sdk
mangopay4-nodejs-sdk
/
lib
/
models
/
UserNaturalCapacity.js
13 lines
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Capacity values of a natural user within MangoPay. */
module.exports = {
/** * Real customer */
Normal:
'NORMAL'
,
/** * User used only for declaration purpose */
Declarative:
'DECLARATIVE'
};