Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetRateServiceTypes. Retrieves detailed information about the rate services delivered as RateServiceType within each offer.

public RateServiceTypesResponse (
   String token,
   String languageCode,
   String rateServiceTypeList
);

Parameters

String
The Token string of the service Ticket.
String
The ISO 639 two letter language code for which the requested RateServiceTypes should be localized.
String

Return Value

A RateServiceTypesResponse containing the requested RateServiceTypes.

Remarks

Note   

This method is the simple typed method counterpart of the GetRateServiceTypes - Method.

If you are using SOAP-Protocol, we advise you to use GetRateServiceTypes - Method method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace