UNPKG

dhl-express-api-client

Version:
34 lines 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressRates = void 0; var SupermodelIoLogisticsExpressRates = (function () { function SupermodelIoLogisticsExpressRates() { } SupermodelIoLogisticsExpressRates.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressRates.attributeTypeMap; }; SupermodelIoLogisticsExpressRates.discriminator = undefined; SupermodelIoLogisticsExpressRates.attributeTypeMap = [ { "name": "products", "baseName": "products", "type": "Array<ProductsInner1>", "format": "" }, { "name": "exchangeRates", "baseName": "exchangeRates", "type": "Array<ExchangeRatesInner>", "format": "" }, { "name": "warnings", "baseName": "warnings", "type": "Array<string>", "format": "" } ]; return SupermodelIoLogisticsExpressRates; }()); exports.SupermodelIoLogisticsExpressRates = SupermodelIoLogisticsExpressRates; //# sourceMappingURL=SupermodelIoLogisticsExpressRates.js.map