A list of one or more ShipmentLabels.

TransportLabel

interface TransportLabel {
    labelCreateDateTime?: string;
    labelData?: LabelData[];
    shipmentInformation?: ShipmentInformation;
}

Properties

labelCreateDateTime?: string

Date on which label is created.

TransportLabel

labelData?: LabelData[]

Indicates the label data,format and type associated .

TransportLabel

shipmentInformation?: ShipmentInformation

TransportLabel