/var/www/verywell.gr/server/delivery/api/responseModels/user
NameSizeModeActions
user.model.js32660644editdlrm
userCartItem.model.js3780644editdlrm
userPhone.model.js2450644editdlrm
userShort.model.js4910644editdlrm
usersList.model.js8430644editdlrm
userToken.model.js3100644editdlrm
Edit: /var/www/verywell.gr/server/delivery/api/responseModels/user/userCartItem.model.js (378B)
module.exports = class UserCartItemModel{ constructor({ userId, uid, companyId, branchId, productId, qty, product }){ this.userId = userId || 0 this.uid = uid || '' this.companyId = companyId || 0 this.branchId = branchId || 0 this.productId = productId || 0 this.product = product || null this.qty = qty || 0 } }