Click or drag to resize

BookingStatus Enumeration

Enumerates values providing information on the booking status of an event

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Enums
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum BookingStatus
Members
Member nameValueDescription
Buyable0 Indicates if the associated event is buyable
Bookable1 Indicates that the associated event is not booked and information associated with it will not be provided, but the event could be booked
Booked2 Indicates that the associated event is booked and information associated with it will be provided
Unavailable3 Indicates that the associated event is not available for booking
See Also