Interface vetrsion of TrackingStatus

interface TrackingStatusInterface {
    carrier_specific: JsonObject;
    status_code: TrackingStatusCode;
    status_details: string;
}

Implemented by

Properties

carrier_specific: JsonObject

Carrier-specific information about the tracking status

status_code: TrackingStatusCode

The type of tracking event this is

status_details: string

Human-facing message explaining the event