Documentation of the CarRentalAgentService

Region.HasLocations Property

Gets or sets if this Region has car rental Locations assigned.

public  HasLocations {get; set;}

Remarks

If this property has a value of "True" this Region can be utilized to request car rental offers by a call of GetRates - Method or GetWeekendSpecials - Method. Thereby a Region should never have both, subregions and Locations, which means that HasChilds-Property should have a value of "False".

See Also

Region Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace