dhl-express-api-client
Version:
DHL express API client
40 lines • 1.87 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo = void 0;
var SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo = (function () {
function SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo() {
}
SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo.attributeTypeMap = [
{
"name": "shipmentIdentificationNumberBarcodeContent",
"baseName": "shipmentIdentificationNumberBarcodeContent",
"type": "string",
"format": ""
},
{
"name": "originDestinationServiceTypeBarcodeContent",
"baseName": "originDestinationServiceTypeBarcodeContent",
"type": "string",
"format": ""
},
{
"name": "routingBarcodeContent",
"baseName": "routingBarcodeContent",
"type": "string",
"format": ""
},
{
"name": "trackingNumberBarcodes",
"baseName": "trackingNumberBarcodes",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfoTrackingNumberBarcodesInner>",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo = SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo.js.map