Documentation of the CarRentalAgentService

RetrievalMode Enumeration

Enumeration of possible modes for a RegionsWithLocationsRequest.

public enum RetrievalMode

Remarks

The values of this enum are used in RequestType-property to define whether the caller of GetRegionsWithLocations - Method wants to retrieve Departure- or Arrival-Destinations (Regions and Locations).

Members

Member Name Description
Undefined Default enum value. This is no valid setting when accessing the GetRegionsWithLocations - Method with a parameterset indicated by the call variants GetRegionsWithLocationsP3 or GetRegionsWithLocationsP5.
Pickup Specifies that the caller of RegionsWithLocationsRequest wants to retrieve a list of departure Regions and Locations.
Dropoff Specifies that the caller of RegionsWithLocationsRequest wants to retrieve a list of arrival Regions and Locations.

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 | RequestType