/var/www/greso.tech/server/nsm/responseModels/merchant
NameSizeModeActions
merchant.model.js3160644editdlrm
merchantList.model.js5000644editdlrm
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 || '' } }