DestinationType
Indicates the type of destination
enum DestinationType {
ZONE
CITY
COUNTRY
}
Values
DestinationType.ZONE
Zone
DestinationType.CITY
City
DestinationType.COUNTRY
Country
Member Of
DestinationData
object