UNPKG

b1-sl

Version:

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

14 lines (11 loc) 273 B
class BPPaymentMethod { constructor() { this.PaymentMethodCode = new String(); this.RowNumber = new Number(); this.BPCode = new String(); } PaymentMethodCode; RowNumber; BPCode; } module.exports = BPPaymentMethod;