interface TrackingData {
    carrier?: string;
    isReturn?: boolean;
    provider?: string;
    providerTransaction?: string;
    trackingId?: string;
}

Properties

carrier?: string

The carrier that delivers the parcel.

isReturn?: boolean

Flag to distinguish if the parcel is on the way to the customer (false) or on the way back (true).

provider?: string
providerTransaction?: string
trackingId?: string

The ID to track one parcel.

Generated using TypeDoc