Documentation of the CarRentalAgentService

RateServiceType Class

This class represents a car rental rate service type specific to a Rate provided by Sunny Cars.

For a list of all members of this type, see RateServiceType Members.

System.Object
   Data
      RateServiceType

public class RateServiceType : Data

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A RateServiceType has to be thought of as a collection of services included in a specific Rate. The available RateServiceTypes can be requested by ussage of GetRateServiceTypes - Method. Thereby the RateServiceTypes are delivered as array in the RateServiceTypesResponse.

Attention:
Because of performance reasons, the RateServiceType-objects are delivered as stubs wherever these objects are embedded in other objects. This is the case in Rate-objects of RatesResponse delivered by GetRates - Method, for instance. Thereby the following members of RateServiceType-objects are filled:
- Id
- Code
- GDSCode
- Name

The combination of language dependent information(returned by GetRateServiceTypes - Method) and stub information(returned by GetRates - Method) has to be done by the frontend.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

RateServiceType Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | RateServiceTypesRequest | RateServiceTypesResponse