UNPKG

dhl-express-api-client

Version:
76 lines 3.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties = void 0; var SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties = (function () { function SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties() { } SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties.getAttributeTypeMap = function () { return SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties.attributeTypeMap; }; SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties.discriminator = undefined; SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties.attributeTypeMap = [ { "name": "printerDPI", "baseName": "printerDPI", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesPrinterDPIEnum", "format": "" }, { "name": "customerBarcodes", "baseName": "customerBarcodes", "type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerBarcodesInner>", "format": "" }, { "name": "customerLogos", "baseName": "customerLogos", "type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosInner>", "format": "" }, { "name": "encodingFormat", "baseName": "encodingFormat", "type": "SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesEncodingFormatEnum", "format": "" }, { "name": "imageOptions", "baseName": "imageOptions", "type": "Set<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInner>", "format": "" }, { "name": "splitTransportAndWaybillDocLabels", "baseName": "splitTransportAndWaybillDocLabels", "type": "boolean", "format": "" }, { "name": "allDocumentsInOneImage", "baseName": "allDocumentsInOneImage", "type": "boolean", "format": "" }, { "name": "splitDocumentsByPages", "baseName": "splitDocumentsByPages", "type": "boolean", "format": "" }, { "name": "splitInvoiceAndReceipt", "baseName": "splitInvoiceAndReceipt", "type": "boolean", "format": "" }, { "name": "receiptAndLabelsInOneImage", "baseName": "receiptAndLabelsInOneImage", "type": "boolean", "format": "" } ]; return SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties; }()); exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties = SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties; //# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties.js.map