Documentation of the CarRentalAgentService

Preference Enumeration

Enumeration of possible preferences for a preferable item.

public enum Preference

Remarks

This Enumeration is the abstracted counterpart of the LocationMeetingType-Enumeration. Its used in LocationsRequest for instance, to indicate, which values are desired for the LocationMeetingsSupported and therefore to filter the delivered Locations. But the abstraction allows the usage of this enum in other scopes too. So the Preference-Enumeration is used in GetRates - Method, to indicate whether the requested Vehicles should have an air condition or not. Below a list of methods whose Request-objects have properties of type Preference-Enumeration: GetRegions - Method GetRegionsTree - Method GetLocations - Method GetRateCodes - Method GetRates - Method

Members

Member Name Description
None Specifies that no preference is specified, the default setting will be used.
Optional Specifies that the preference is optional.
Required Specifies that the preference is required.
NotApplicable Specifies that the preference is not applicable.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

SunnyCars.Schema.Osi.WsReservation.V4 Namespace | LocationMeetingsSupported