Enumeration of possible states of a Location according to its OperationTimeFrame.
This enum indicates which status a Reservation will get, if its DepartureDateTime is covered by the corresponding OperationTimeFrame.
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 |
Namespace: SunnyCars.Schema.Osi.WsReservation.V4
Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)