UNPKG

b1-sl

Version:

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

13 lines (9 loc) 199 B
class BPWithholdingTax { constructor() { this.WTCode = new String(); this.BPCode = new String(); } WTCode; BPCode; } module.exports = BPWithholdingTax;