UNPKG

cecon-interfaces

Version:
19 lines (18 loc) 547 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NatipayFeeEntity = void 0; var NatipayFeeEntity = /** @class */ (function () { function NatipayFeeEntity(data) { this.from = []; this.saleChannel = []; if (data) { for (var key in data) { if (data.hasOwnProperty(key) && key in this) { this[key] = data[key]; } } } } return NatipayFeeEntity; }()); exports.NatipayFeeEntity = NatipayFeeEntity;