UNPKG

b1-sl

Version:

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

15 lines (11 loc) 287 B
class BPAccountReceivablePayble { constructor() { this.AccountType = new String(); this.AccountCode = new String(); this.BPCode = new String(); } AccountType; AccountCode; BPCode; } module.exports = BPAccountReceivablePayble;