The transportation option selected to confirm.

TransportationSelection

interface TransportationSelection {
    contactInformation?: ContactInformation;
    shipmentId: string;
    transportationOptionId: string;
}

Properties

contactInformation?: ContactInformation

TransportationSelection

shipmentId: string

Shipment ID that the transportation Option is for.

TransportationSelection

transportationOptionId: string

Transportation option being selected for the provided shipment.

TransportationSelection