The response schema for the getTrackingInformation operation.

GetTrackingInformationResponse

interface GetTrackingInformationResponse {
    errors?: Error[];
    payload?: TrackingInformation;
}

Properties

Properties

errors?: Error[]

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

GetTrackingInformationResponse

GetTrackingInformationResponse