dhl-express-api-client
Version:
DHL express API client
28 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressProducts = void 0;
var SupermodelIoLogisticsExpressProducts = (function () {
function SupermodelIoLogisticsExpressProducts() {
}
SupermodelIoLogisticsExpressProducts.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressProducts.attributeTypeMap;
};
SupermodelIoLogisticsExpressProducts.discriminator = undefined;
SupermodelIoLogisticsExpressProducts.attributeTypeMap = [
{
"name": "products",
"baseName": "products",
"type": "Array<ProductsInner>",
"format": ""
},
{
"name": "warnings",
"baseName": "warnings",
"type": "Array<string>",
"format": ""
}
];
return SupermodelIoLogisticsExpressProducts;
}());
exports.SupermodelIoLogisticsExpressProducts = SupermodelIoLogisticsExpressProducts;
//# sourceMappingURL=SupermodelIoLogisticsExpressProducts.js.map