UNPKG

dhl-express-api-client

Version:
20 lines (19 loc) 1.07 kB
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoiceCustomerReferencesInner { 'typeCode': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoiceCustomerReferencesInnerTypeCodeEnum; '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 SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoiceCustomerReferencesInnerTypeCodeEnum = "ACL" | "CID" | "CN" | "CU" | "ITN" | "UCN" | "MRN" | "OID" | "PON" | "RMA" | "AAM" | "ABT" | "ADA" | "AES" | "AFD" | "ANT" | "BKN" | "BOL" | "CDN" | "COD" | "DSC" | "FF" | "FN" | "FTR" | "HWB" | "IBC" | "IPP" | "LLR" | "MAB" | "MWB" | "OBC" | "PD" | "PRN" | "RTL" | "SID" | "SS" | "SWN";