UNPKG

b1-sl

Version:

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

14 lines (11 loc) 247 B
class RelatedDocument { constructor() { this.DocType = new String(); this.AbsEntry = new Number(); this.UUID = new String(); } DocType; AbsEntry; UUID; } module.exports = RelatedDocument;