UNPKG

b1-sl

Version:

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

13 lines (9 loc) 211 B
class BPPaymentDate { constructor() { this.PaymentDate = new String(); this.BPCode = new String(); } PaymentDate; BPCode; } module.exports = BPPaymentDate;