UNPKG

cecon-interfaces

Version:
20 lines (19 loc) 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PayioScheduleSlotEntity = void 0; var PayioScheduleSlotEntity = /** @class */ (function () { function PayioScheduleSlotEntity(data) { this.catalogId = ''; this.productCode = ''; this.time = ''; if (data) { for (var key in data) { if (data.hasOwnProperty(key) && key in this) { this[key] = data[key]; } } } } return PayioScheduleSlotEntity; }()); exports.PayioScheduleSlotEntity = PayioScheduleSlotEntity;