UNPKG

doku-nodejs-library

Version:
11 lines 236 B
class InquiryRequestAdditionalInfoDto{ constructor(channel) { this.channel = channel } toObject(){ return { channel:this.channel } } } module.exports = InquiryRequestAdditionalInfoDto;