dhl-express-api-client
Version:
DHL express API client
32 lines (31 loc) • 2.11 kB
TypeScript
import { SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerBarcodesInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerBarcodesInner';
import { SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosInner';
import { SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInner';
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties {
'printerDPI'?: SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesPrinterDPIEnum;
'customerBarcodes'?: Array<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerBarcodesInner>;
'customerLogos'?: Array<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosInner>;
'encodingFormat'?: SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesEncodingFormatEnum;
'imageOptions'?: Set<SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesImageOptionsInner>;
'splitTransportAndWaybillDocLabels'?: boolean;
'allDocumentsInOneImage'?: boolean;
'splitDocumentsByPages'?: boolean;
'splitInvoiceAndReceipt'?: boolean;
'receiptAndLabelsInOneImage'?: boolean;
static readonly discriminator: string | undefined;
static readonly attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
format: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
format: string;
}[];
constructor();
}
export declare type SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesPrinterDPIEnum = "200" | "300";
export declare type SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesEncodingFormatEnum = "pdf" | "zpl" | "lp2" | "epl";