The volume of the shipment.

Volume

interface VendorShipmentsApiModelVolume {
    unitOfMeasure:
        | VendorShipmentsApiModelVolumeUnitOfMeasureEnum
        | "CuFt"
        | "CuIn"
        | "CuM"
        | "CuY";
    value: string;
}

Properties

Properties

unitOfMeasure:
    | VendorShipmentsApiModelVolumeUnitOfMeasureEnum
    | "CuFt"
    | "CuIn"
    | "CuM"
    | "CuY"

The unit of measurement.

Volume

value: string

A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
Pattern : ^-?(0|([1-9]\\d*))(\\.\\d+)?([eE][+-]?\\d+)?$.

Volume

MMNEPVFCICPMFPCPTTAAATR