UNPKG

mangopay2-nodejs-sdk

Version:
13 lines 235 B
/** * Capacity values of a natural user within MangoPay. */ module.exports = { /** * Real customer */ Normal: 'NORMAL', /** * User used only for declaration purpose */ Declarative: 'DECLARATIVE' };