Documentation of the CarRentalAgentService

LocationStatus Enumeration

Enumeration of possible states of a Location according to its OperationTimeFrame.

public enum LocationStatus

Remarks

This enum indicates which status a Reservation will get, if its DepartureDateTime is covered by the corresponding OperationTimeFrame.

Members

Member Name Description
None Specifies that no state is specified, this value is for internal use only. If this state occurs in your code, it should be treated as error.
Closed Specifies that the Location will is closed within the corresponding OperationTimeFrame. A Reservation within this OperationTimeFrame will be accepted with Requested
Open Specifies that the Location is opened within the corresponding OperationTimeFrame. A Reservation within this OperationTimeFrame will be accepted with Confirmed
OpenOnRequest Specifies that the Location will be opened on request within the corresponding OperationTimeFrame. A Reservation within this OperationTimeFrame will be accepted with Requested

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