dhl-express-api-client
Version:
DHL express API client
130 lines • 4.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressLandedCostRequestItemsInner = void 0;
var SupermodelIoLogisticsExpressLandedCostRequestItemsInner = (function () {
function SupermodelIoLogisticsExpressLandedCostRequestItemsInner() {
}
SupermodelIoLogisticsExpressLandedCostRequestItemsInner.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressLandedCostRequestItemsInner.attributeTypeMap;
};
SupermodelIoLogisticsExpressLandedCostRequestItemsInner.discriminator = undefined;
SupermodelIoLogisticsExpressLandedCostRequestItemsInner.attributeTypeMap = [
{
"name": "number",
"baseName": "number",
"type": "number",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "description",
"baseName": "description",
"type": "string",
"format": ""
},
{
"name": "manufacturerCountry",
"baseName": "manufacturerCountry",
"type": "string",
"format": ""
},
{
"name": "partNumber",
"baseName": "partNumber",
"type": "string",
"format": ""
},
{
"name": "quantity",
"baseName": "quantity",
"type": "number",
"format": ""
},
{
"name": "quantityType",
"baseName": "quantityType",
"type": "SupermodelIoLogisticsExpressLandedCostRequestItemsInnerQuantityTypeEnum",
"format": ""
},
{
"name": "unitPrice",
"baseName": "unitPrice",
"type": "number",
"format": ""
},
{
"name": "unitPriceCurrencyCode",
"baseName": "unitPriceCurrencyCode",
"type": "string",
"format": ""
},
{
"name": "customsValue",
"baseName": "customsValue",
"type": "number",
"format": ""
},
{
"name": "customsValueCurrencyCode",
"baseName": "customsValueCurrencyCode",
"type": "string",
"format": ""
},
{
"name": "commodityCode",
"baseName": "commodityCode",
"type": "string",
"format": ""
},
{
"name": "weight",
"baseName": "weight",
"type": "number",
"format": ""
},
{
"name": "weightUnitOfMeasurement",
"baseName": "weightUnitOfMeasurement",
"type": "SupermodelIoLogisticsExpressLandedCostRequestItemsInnerWeightUnitOfMeasurementEnum",
"format": ""
},
{
"name": "category",
"baseName": "category",
"type": "string",
"format": ""
},
{
"name": "brand",
"baseName": "brand",
"type": "string",
"format": ""
},
{
"name": "goodsCharacteristics",
"baseName": "goodsCharacteristics",
"type": "Array<SupermodelIoLogisticsExpressLandedCostRequestItemsInnerGoodsCharacteristicsInner>",
"format": ""
},
{
"name": "additionalQuantityDefinitions",
"baseName": "additionalQuantityDefinitions",
"type": "Array<SupermodelIoLogisticsExpressLandedCostRequestItemsInnerAdditionalQuantityDefinitionsInner>",
"format": ""
},
{
"name": "estimatedTariffRateType",
"baseName": "estimatedTariffRateType",
"type": "SupermodelIoLogisticsExpressLandedCostRequestItemsInnerEstimatedTariffRateTypeEnum",
"format": ""
}
];
return SupermodelIoLogisticsExpressLandedCostRequestItemsInner;
}());
exports.SupermodelIoLogisticsExpressLandedCostRequestItemsInner = SupermodelIoLogisticsExpressLandedCostRequestItemsInner;
//# sourceMappingURL=SupermodelIoLogisticsExpressLandedCostRequestItemsInner.js.map