Documentation of the CarRentalAgentService

ReservationStatus Enumeration

Enumeration of possible reservation states.

public enum ReservationStatus

Remarks

The status of a Reservation is returned wherever Reservation data is of interest, like in CreateReservationResponses, CreateReservationV2Responses, EditReservationResponses, ReservationResponses and ReservationListResponse-objects.

In GetReservationList - Method, the ReservationStatus may be used to filter the resultset.

Members

Member NameDescription
None Specifies that no state is specified.
Confirmed Specifies that the reservation has been confirmed (a.k.a. OK).
Requested Specifies that the reservation has been requested (a.k.a. REQUEST).
Cancelled Specifies that the reservation has been cancelled (a.k.a. CANCEL).

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | ReservationListRequest