dhl-express-api-client
Version:
DHL express API client
100 lines • 3.8 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner = void 0;
var SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner = (function () {
function SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner() {
}
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner.attributeTypeMap = [
{
"name": "serviceHandlingFeatureCodes",
"baseName": "serviceHandlingFeatureCodes",
"type": "Array<string>",
"format": ""
},
{
"name": "volumetricWeight",
"baseName": "volumetricWeight",
"type": "number",
"format": ""
},
{
"name": "billingCode",
"baseName": "billingCode",
"type": "string",
"format": ""
},
{
"name": "serviceContentCode",
"baseName": "serviceContentCode",
"type": "string",
"format": ""
},
{
"name": "customerDetails",
"baseName": "customerDetails",
"type": "SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails",
"format": ""
},
{
"name": "originServiceArea",
"baseName": "originServiceArea",
"type": "SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea",
"format": ""
},
{
"name": "destinationServiceArea",
"baseName": "destinationServiceArea",
"type": "SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea",
"format": ""
},
{
"name": "dhlRoutingCode",
"baseName": "dhlRoutingCode",
"type": "string",
"format": ""
},
{
"name": "dhlRoutingDataId",
"baseName": "dhlRoutingDataId",
"type": "string",
"format": ""
},
{
"name": "deliveryDateCode",
"baseName": "deliveryDateCode",
"type": "string",
"format": ""
},
{
"name": "deliveryTimeCode",
"baseName": "deliveryTimeCode",
"type": "string",
"format": ""
},
{
"name": "productShortName",
"baseName": "productShortName",
"type": "string",
"format": ""
},
{
"name": "valueAddedServices",
"baseName": "valueAddedServices",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner>",
"format": ""
},
{
"name": "pickupDetails",
"baseName": "pickupDetails",
"type": "SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner = SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner.js.map