Documentation of the CarRentalAgentService

RemoveRateLinkResponse.NiceToHaveFeatureList Property

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

public  NiceToHaveFeatureList {get; set;}

Remarks

All stored Vehicles will have at least one of the features, handed over herein. Thereby it's possible, that there are more Vehicles returned, that support the feature, 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 or Automatic Gear:
"AC,A"

See Also

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