UNPKG

b1-sl

Version:

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

14 lines (11 loc) 307 B
class BPBlockSendingMarketingContent { constructor() { this.CardCode = new String(); this.CommunicationMediaId = new Number(); this.Choose = new String(); } CardCode; CommunicationMediaId; Choose; } module.exports = BPBlockSendingMarketingContent;