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 203 B
module.exports = class Payment { constructor(p){ this.id = p['Id']; this.paymentId = p['PaymentId']; this.amount = p['Amount']; this.extra = p['Extra']; } }