Specifies or provides a delimeter separated feature code string of features that are required.
This property is optional, but be aware that filtering at client side is much less powerful, because only the CarRentalAgentService knows about all of the offers of sunnycars. All delivered 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.
The following example string shows a filter for Air Condition and Automatic Gear:
"AC,A"
RatesRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace