UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

16 lines (13 loc) 301 B
class ItemBarCode { constructor() { this.AbsEntry = new Number(); this.UoMEntry = new Number(); this.Barcode = new String(); this.FreeText = new String(); } AbsEntry; UoMEntry; Barcode; FreeText; } module.exports = ItemBarCode;