Region interface

Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method.

Properties

code

The code of the region

name

The name of the region

regions

The list of Regions grouped under this Region in the Geographic Hierarchy.

Property Details

code

The code of the region

code?: string

Property Value

string

name

The name of the region

name?: string

Property Value

string

regions

The list of Regions grouped under this Region in the Geographic Hierarchy.

regions?: Region[]

Property Value

Region[]