Documentation of the CarRentalAgentService

VehicleCategory Class

This class represents a vehicle category.

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

System.Object
   Data
      VehicleCategory

public class VehicleCategory : 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 VehicleCategory is a promotionally effective label for the car types offered as Vehicles by the GetRates - Method. The available VehicleCategorys can be requested by ussage of GetVehicleCategories - Method. Thereby the VehicleCategorys are delivered as array in the VehicleCategoriesResponse.

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

The combination of language dependent information(returned by GetVehicleCategories - 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

VehicleCategory Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | VehicleCategoriesRequest | VehicleCategoriesResponse