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