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