UNPKG

dhl-express-api-client

Version:
76 lines 2.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductsInner = void 0; var ProductsInner = (function () { function ProductsInner() { } ProductsInner.getAttributeTypeMap = function () { return ProductsInner.attributeTypeMap; }; ProductsInner.discriminator = undefined; ProductsInner.attributeTypeMap = [ { "name": "productName", "baseName": "productName", "type": "string", "format": "" }, { "name": "productCode", "baseName": "productCode", "type": "string", "format": "" }, { "name": "localProductCode", "baseName": "localProductCode", "type": "string", "format": "" }, { "name": "localProductCountryCode", "baseName": "localProductCountryCode", "type": "string", "format": "" }, { "name": "networkTypeCode", "baseName": "networkTypeCode", "type": "string", "format": "" }, { "name": "isCustomerAgreement", "baseName": "isCustomerAgreement", "type": "boolean", "format": "" }, { "name": "weight", "baseName": "weight", "type": "Weight", "format": "" }, { "name": "breakdown", "baseName": "breakdown", "type": "Array<ProductsInnerBreakdownInner>", "format": "" }, { "name": "pickupCapabilities", "baseName": "pickupCapabilities", "type": "ProductsInnerPickupCapabilities", "format": "" }, { "name": "deliveryCapabilities", "baseName": "deliveryCapabilities", "type": "ProductsInnerDeliveryCapabilities", "format": "" } ]; return ProductsInner; }()); exports.ProductsInner = ProductsInner; //# sourceMappingURL=ProductsInner.js.map