The response schema for the estimateTransport operation.

Export

EstimateTransportResponse

interface EstimateTransportResponse {
    errors?: Error[];
    payload?: CommonTransportResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

EstimateTransportResponse

Memberof

EstimateTransportResponse