Documentation of the CarRentalAgentService

Reservation Class

This class represents a car rental reservation.

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

System.Object
   Data
      Reservation

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

All Data concerning a reservation, is encapsulated within an object of this type.

Instances of this class are returned in the Response-objects of the following methods:
- CreateReservation - Method
- CreateReservationV2 - Method
- EditReservation - Method
- CancelReservation - Method
- GetReservation - Method
- GetReservationList - Method

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

Reservation Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | CreateReservationResponse | CreateReservationV2Response | EditReservationResponse | ReservationResponse | ReservationListResponse