UNPKG

dhl-express-api-client

Version:
100 lines 2.88 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductsInner1 = void 0; var ProductsInner1 = (function () { function ProductsInner1() { } ProductsInner1.getAttributeTypeMap = function () { return ProductsInner1.attributeTypeMap; }; ProductsInner1.discriminator = undefined; ProductsInner1.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": "Weight1", "format": "" }, { "name": "totalPrice", "baseName": "totalPrice", "type": "Array<ProductsInner1TotalPriceInner>", "format": "" }, { "name": "totalPriceBreakdown", "baseName": "totalPriceBreakdown", "type": "Array<ProductsInner1TotalPriceBreakdownInner>", "format": "" }, { "name": "detailedPriceBreakdown", "baseName": "detailedPriceBreakdown", "type": "Array<ProductsInner1DetailedPriceBreakdownInner>", "format": "" }, { "name": "pickupCapabilities", "baseName": "pickupCapabilities", "type": "ProductsInner1PickupCapabilities", "format": "" }, { "name": "deliveryCapabilities", "baseName": "deliveryCapabilities", "type": "ProductsInner1DeliveryCapabilities", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<any>", "format": "" }, { "name": "pricingDate", "baseName": "pricingDate", "type": "string", "format": "" } ]; return ProductsInner1; }()); exports.ProductsInner1 = ProductsInner1; //# sourceMappingURL=ProductsInner1.js.map