The weight of the package.

Weight

interface Weight {
    Unit: UnitOfWeight;
    Value: number;
}

Properties

Properties

Weight

Value: number

Number format that supports decimal.

Weight