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