Documentation of the CarRentalAgentService

RatesRequest.ArrivalMeetingAtCounterPreference Property

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

public  ArrivalMeetingAtCounterPreference {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 arrival-Locations supporting the (dropoff-)handover AtCounter will be taken into account by this RatesRequest.
Due to the possibility to request more than one handover(see: MeetingAtAirportPreference 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