Documentation of the CarRentalAgentService

Rate Class

This class represents a car rental rate specific to a Vehicle provided from Sunny Cars. An instance of this class has to be considered as a single offer including all necessary data.

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

System.Object
   Data
      Rate
         VehicleUpsellRate

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

Instances of this class are returned wherever offer data is of interest, like in RatesResponses, ValidateRateResponses, LinkedRateResponses, RateServiceUpsellResponses and Reservation-objects. The most used method of the CarRentalAgentService is the GetRates - Method, because it returns the basic offers available by sunnycars. To retrieve upsell offers in terms of the included services, the GetRateServiceUpsell - Method has to be used. To retrieve upsell offers in terms of Vehicles of higher quality for an offer retrieved by GetRates, the GetVehicleUpsell - Method may be of interest.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

Rate Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | LinkedRateResponse | RateServiceUpsellResponse | RatesResponse | Reservation | ValidateRateResponse | VehicleUpsellRate