UNPKG

b1-sl

Version:

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

12 lines (9 loc) 229 B
class ItemLocalizationInfo { constructor() { this.ItemCode = new String(); this.IncomeNature = new String(); } ItemCode; IncomeNature; } module.exports = ItemLocalizationInfo;