The size dimensions of the label.

DocumentSize

interface ShippingApiModelV2DocumentSize {
    length: number;
    unit: "INCH" | "CENTIMETER" | ShippingApiModelV2DocumentSizeUnitEnum;
    width: number;
}

Properties

Properties

length: number

The length of the document measured in the units specified.

DocumentSize

unit: "INCH" | "CENTIMETER" | ShippingApiModelV2DocumentSizeUnitEnum

The unit of measurement.

DocumentSize

width: number

The width of the document measured in the units specified.

DocumentSize

MMNEPVFCICPMFPCPTTAAATR