dhl-express-api-client
Version:
DHL express API client
20 lines (19 loc) • 996 B
TypeScript
export declare class SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerQuantity {
'value': number;
'unitOfMeasurement': SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerQuantityUnitOfMeasurementEnum;
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 SupermodelIoLogisticsExpressExportDeclarationLineItemsInnerQuantityUnitOfMeasurementEnum = "BOX" | "2GM" | "2M" | "2M3" | "3M3" | "M3" | "DPR" | "DOZ" | "2NO" | "PCS" | "GM" | "GRS" | "KG" | "L" | "M" | "3GM" | "3L" | "X" | "NO" | "2KG" | "PRS" | "2L" | "3KG" | "CM2" | "2M2" | "3M2" | "M2" | "4M2" | "3M" | "CM" | "CONE" | "CT" | "EA" | "LBS" | "RILL" | "ROLL" | "SET" | "TU" | "YDS";