The dimensions of the scheduled package.

Dimensions

interface Dimensions {
    height?: number;
    identifier?: string;
    length?: number;
    unit?: "Cm";
    width?: number;
}

Properties

height?: number

The numerical value of the specified dimension.

Dimensions

identifier?: string

A string of up to 255 characters.

Dimensions

length?: number

The numerical value of the specified dimension.

Dimensions

unit?: "Cm"

Dimensions

width?: number

The numerical value of the specified dimension.

Dimensions