UNPKG

doku-nodejs-library

Version:
13 lines (11 loc) 257 B
class BalanceInquiryAdditionalInfoRequestDto { constructor(channel) { this.channel = channel; } toObject() { return { channel: this.channel }; } } module.exports = BalanceInquiryAdditionalInfoRequestDto;