UNPKG

theendsoaper

Version:

Access Untill Tills with SOAP from Node.js and parse the results as objects, some extra useful functions in as well.

11 lines 393 B
module.exports = class ActiveOrdersItem { constructor(item){ this.tableNumber = item['TableNumber']; this.tablePart = item['TablePart']; this.orderName = item['OrderName']; this.clientName = item['CientName']; this.orderDescr = item['OrderDescr']; this.salesAreaId = item['SalesAreaId']; this.extra = item['Extra']; } }