Documentation of the CarRentalAgentService

RemoveRateLinkResponse.MustHaveFeatureList Property

Specifies or provides a delimeter separated feature code string used to store the Rates formerly..

public  MustHaveFeatureList {get; set;}

Remarks

All stored Vehicles will have all of the features, handed over herein. Thereby it's possible, that there are more Vehicles returned, that support the features, than it will be if the filter is not set. That is because of the way, the Vehicles are filtered by the best-buy algorithm. The available vehicle features may be requested by a call to GetVehicleFeatures - Method. The string handed over herein has to be composed as comma separated list of Codes.

Example

The following example string shows a filter for Air Condition and Automatic Gear:
"AC,A"

See Also

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