A custom bag (soft or polybag) used for packaging

interface BagDimensions {
    girth: LengthInput;
    height: LengthInput;
    length: LengthInput;
    width: LengthInput;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

The girth of the package (widest circumference perpendicular to the longest axis)

height: LengthInput

The height of the package

length: LengthInput

The length of the package

The width of the package