UNPKG

mobyo-interfaces

Version:
20 lines (19 loc) 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DesenfilaInfoEntity = void 0; var DesenfilaInfoEntity = /** @class */ (function () { function DesenfilaInfoEntity(data) { // #region Properties (6) this.merchantId = ''; this.containerId = ''; if (data) { for (var key in data) { if (data.hasOwnProperty(key) && key in this) { this[key] = data[key]; } } } } return DesenfilaInfoEntity; }()); exports.DesenfilaInfoEntity = DesenfilaInfoEntity;