dhl-express-api-client
Version:
DHL express API client
22 lines (21 loc) • 882 B
TypeScript
export declare class SupermodelIoLogisticsExpressDocumentImagesInner {
'typeCode'?: SupermodelIoLogisticsExpressDocumentImagesInnerTypeCodeEnum;
'imageFormat'?: SupermodelIoLogisticsExpressDocumentImagesInnerImageFormatEnum;
'content': string;
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 SupermodelIoLogisticsExpressDocumentImagesInnerTypeCodeEnum = "INV" | "PNV" | "COO" | "CIN" | "DCL" | "AWB" | "NAF";
export declare type SupermodelIoLogisticsExpressDocumentImagesInnerImageFormatEnum = "PDF" | "PNG" | "GIF" | "TIFF" | "JPEG";