Documentation of the CarRentalAgentService

RateCode Class

This class represents a rate code specific to a Rate provided from Sunny Cars.

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

System.Object
   Data
      RateCode

public class RateCode : 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

The RateCode is a string, that is composed of the GDSCode of a Location, the sequential number of a Location located in a lowest level Region and the Code of the Vehicle whose Id was handed over to the CarRentalAgentService in VehicleId. The returned codes are unique for a Vehicle in connection with a RateServiceType at a single Region. It may be used for mapping purposes at client side, because it's not needed for any webservice call. RateCodes may be requested using the POST/SOAP - Implementations of GetRateCodes - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

RateCode Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | RateCodeRequest | RateCodeResponse