dhl-express-api-client
Version:
DHL express API client
20 lines (19 loc) • 1.05 kB
TypeScript
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomerReferencesInner {
'typeCode': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomerReferencesInnerTypeCodeEnum;
'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 SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInnerCustomerReferencesInnerTypeCodeEnum = "AFE" | "BRD" | "DGC" | "AAJ" | "INB" | "MAK" | "ALX" | "PAN" | "PON" | "ABW" | "SE" | "SON" | "OID" | "DTC" | "DTM" | "DTQ" | "DTR" | "ITR" | "MID" | "OED" | "OET" | "OOR" | "SME" | "USM" | "AAM" | "CFR" | "DOM" | "FOR" | "USG" | "MAT" | "NLR";