The weight of the scheduled package

Weight

interface Weight {
    unit?: UnitOfWeight;
    value?: number;
}

Properties

Properties

Weight

value?: number

The weight of the package.

Weight