Documentation of the CarRentalAgentService

RatesRequest.MeetingAtAirportPreference Property

Gets or sets the Preference of customer to meet at airport with car rental provider.

public  MeetingAtAirportPreference {get; set;}

Remarks

This property is optional. Thereby a value of Optional has to be handed over by default. The value of the property has an effect on the results of GetRates - Method only if this RatesRequest implicates a Region-based search(best-buy-search).
If a value of Required is handed over herein, only the Rates, that are available at Locations supporting the handover AtAirport will be taken into account by this RatesRequest.
Due to the possibility to request more than one handover(see: MeetingAtCounterPreference and MeetingAtSpecialAddressPreference ), it has to be mentioned, that they will be linked by OR-operation. That means, that all Locations having one of the handover-types specified by this RatesRequest set, will be used to prepare the list of returned offers.

See Also

RatesRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace