dhl-express-api-client
Version:
DHL express API client
28 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter = void 0;
var SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter = (function () {
function SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter() {
}
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter.attributeTypeMap = [
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "code",
"baseName": "code",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter = SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter.js.map