Documentation of the CarRentalAgentService

RegionRequest Members

RegionRequest overview

Public Instance Constructors

RegionRequest Constructor Initializes a new instance of the RegionRequest class.

Public Instance Properties

AirportCode Gets or sets the IATA three letter airport code for which a Region should be returned.
ArrivalDateTime Gets or sets the ISO 8601 date and time the customer wants to arrive with Vehicle (stop rental date and time).
ArrivalDateTimeDateTime Gets or sets the date and time the customer wants to arrive with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
DepartureDateTime Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time).
DepartureDateTimeDateTime Gets or sets the date and time the customer wants to depart with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
Id Gets or sets the unique id of the requested Region.
LanguageCode Gets or sets the ISO 639 two letter language code of the requested Region.
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
RequestArrivalRegion Gets or sets a flag, that tells whether the requested Region is for Departure or Arrival and therefore if pickup-stopsales should be considered or not.
ReservationId Gets or sets the unique id of the Reservation, for which the Region should be searched.
Ticket (inherited from Request) Gets or sets the Ticket (containing the security token) for the Request.
WithChilds This Property is obsolete!
Gets or sets whether the requested Region should include all childs of requested Region.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

RegionRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Region | RegionResponse