UNPKG

b1-sl

Version:

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

14 lines (11 loc) 271 B
class BPBranchAssignmentItem { constructor() { this.BPCode = new String(); this.BPLID = new Number(); this.DisabledForBP = new String(); } BPCode; BPLID; DisabledForBP; } module.exports = BPBranchAssignmentItem;