The confirmTransportationOptions request.

ConfirmTransportationOptionsRequest

interface ConfirmTransportationOptionsRequest {
    transportationSelections: TransportationSelection[];
}

Properties

transportationSelections: TransportationSelection[]

Information needed to confirm one of the available transportation options.

ConfirmTransportationOptionsRequest