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