UNPKG

b1-sl

Version:

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

18 lines (15 loc) 473 B
class DocumentLinesBinAllocation { constructor() { this.BinAbsEntry = new Number(); this.Quantity = new Number(); this.AllowNegativeQuantity = new String(); this.SerialAndBatchNumbersBaseLine = new Number(); this.BaseLineNumber = new Number(); } BinAbsEntry; Quantity; AllowNegativeQuantity; SerialAndBatchNumbersBaseLine; BaseLineNumber; } module.exports = DocumentLinesBinAllocation;