Address information for tracking the package.

Export

TrackingAddress

interface TrackingAddress {
    city: string;
    country: string;
    state: string;
}

Properties

Properties

city: string

The city.

Memberof

TrackingAddress

country: string

The country.

Memberof

TrackingAddress

state: string

The state.

Memberof

TrackingAddress