Documentation of the CarRentalAgentService

LocationTypes Enumeration

Enumeration of possible Location - Types for the Locations queried by a RegionsWithLocationsRequest.

public enum LocationTypes

Remarks

This enum is for use in RegionsWithLocationsRequest only. The Type of a Location is delivered within the LocationType and LocationSubType properties as string.

Members

Member Name Description
Undefined Value of an uninitailized enumeration variable.
Both Specifies that the initiator of RegionsWithLocationsRequest wants to retrieve a list of Airport-Offices and City-Offices. The Type of a Location is delivered within the LocationType and LocationSubType properties as string.
AirportOffice Specifies that the initiator of RegionsWithLocationsRequest wants to retrieve a list of Airport-Offices. The Type of a Location is delivered within the LocationType and LocationSubType properties as string.
CityOffice Specifies that the initiator of RegionsWithLocationsRequest wants to retrieve a list of City-Offices. The Type of a Location is delivered within the LocationType and LocationSubType properties as string.

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