UNPKG

mangopay2-nodejs-sdk

Version:
14 lines (12 loc) 327 B
var Model = require('./../Model'); var CategorizeUserLegal = Model.extend({ defaults: { Id: null, UserCategory: null, TermsAndConditionsAccepted: null, LegalRepresentative: null, HeadquartersAddress: null, CompanyNumber: null } }); module.exports = CategorizeUserLegal;