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