Location identifier.

Export

Location

interface Location {
    countryCode?: string;
    locationCode?: string;
    type?: string;
}

Properties

countryCode?: string

The two digit country code. In ISO 3166-1 alpha-2 format.

Memberof

Location

locationCode?: string

Location code.

Memberof

Location

type?: string

Type of location identification.

Memberof

Location