UNPKG

theendsoaper

Version:

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

8 lines 207 B
module.exports = class Price { constructor(p){ this.articleId = p['ArticleId']; this.priceId = p['PriceId']; this.amount = p['Amount']; this.vat = p['Vat']; } }