The range of weights that are allowed for a package.

WeightRange

interface WeightRange {
    maximum: number;
    minimum: number;
    unit: UnitOfWeight;
}

Properties

Properties

maximum: number

Maximum allowed weight.

WeightRange

minimum: number

Minimum allowed weight.

WeightRange

WeightRange

MMNEPVFCICPMFPCPTTAAATR