dhl-express-api-client
Version:
DHL express API client
20 lines (19 loc) • 1.16 kB
TypeScript
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomsDocumentsInner {
'typeCode': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomsDocumentsInnerTypeCodeEnum;
'value': 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 SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomsDocumentsInnerTypeCodeEnum = "972" | "AHC" | "ALC" | "ATA" | "ATR" | "BEX" | "CHA" | "CHD" | "CHP" | "CIT" | "CIV" | "CI2" | "COO" | "CPA" | "CRL" | "CSD" | "DEX" | "DGD" | "DLI" | "DOV" | "ELP" | "EU1" | "EU2" | "EUS" | "EXL" | "FMA" | "HLC" | "HWB" | "INV" | "IPA" | "JLC" | "LIC" | "LNP" | "NID" | "PAS" | "PFI" | "PHY" | "PLI" | "POA" | "PPY" | "ROD" | "T2M" | "TAD" | "TCS" | "VET" | "VEX";