/var/www/greso.tech/server/nsm/responseModels/extra
Edit: /var/www/greso.tech/server/nsm/responseModels/extra/extra.model.js (277B)
module.exports = class ExtraModel {
constructor({ id, companyId, name, type, price }) {
this.id = id || ''
this.companyId = companyId || ''
this.name = name || ''
this.type = type || 'manual'
this.direction = direction || 'origin'
this.price = price || '0.0'
}
}