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