dhl-express-api-client
Version:
DHL express API client
76 lines • 2.88 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails = void 0;
var SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails = (function () {
function SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails() {
}
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails.attributeTypeMap = [
{
"name": "localCutoffDateAndTime",
"baseName": "localCutoffDateAndTime",
"type": "string",
"format": ""
},
{
"name": "gmtCutoffTime",
"baseName": "gmtCutoffTime",
"type": "string",
"format": ""
},
{
"name": "cutoffTimeOffset",
"baseName": "cutoffTimeOffset",
"type": "string",
"format": ""
},
{
"name": "pickupEarliest",
"baseName": "pickupEarliest",
"type": "string",
"format": ""
},
{
"name": "pickupLatest",
"baseName": "pickupLatest",
"type": "string",
"format": ""
},
{
"name": "totalTransitDays",
"baseName": "totalTransitDays",
"type": "string",
"format": ""
},
{
"name": "pickupAdditionalDays",
"baseName": "pickupAdditionalDays",
"type": "string",
"format": ""
},
{
"name": "deliveryAdditionalDays",
"baseName": "deliveryAdditionalDays",
"type": "string",
"format": ""
},
{
"name": "pickupDayOfWeek",
"baseName": "pickupDayOfWeek",
"type": "string",
"format": ""
},
{
"name": "deliveryDayOfWeek",
"baseName": "deliveryDayOfWeek",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails = SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails.js.map