UNPKG

b1-sl

Version:

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

16 lines (13 loc) 341 B
class DiscountGroup { constructor() { this.ObjectEntry = new String(); this.DiscountPercentage = new Number(); this.BPCode = new String(); this.BaseObjectType = new String(); } ObjectEntry; DiscountPercentage; BPCode; BaseObjectType; } module.exports = DiscountGroup;