/
var
/
www
/
greso.tech
/
server
/
nsm
/
responseModels
/
merchant
/
/var/www/greso.tech/server/nsm/responseModels/merchant
mkdir
upload
Name
Size
Mode
Actions
merchant.model.js
316
0644
edit
dl
rm
merchantList.model.js
500
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/responseModels/merchant/merchant.model.js
(316B)
module.exports = class MerchantModel { constructor({ id, companyId, name, emailLink, type, xKey, xVersion }) { this.id = id || '' this.companyId = companyId || '' this.name = name || '' this.emailLink = emailLink || '' this.type = type || '' this.xKey = xKey || '' this.xVersion = xVersion || '' } }
Save
cmd:
run