> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.BookingType

# <a id="SuperOffice_WebApi_Data_BookingType" /> Enum BookingType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

The type of booking the appointment represents

```csharp theme={null}
public enum BookingType
```

## Fields

`None = 1`

1: 1: Single appointment records

`Owner = 2`

2: 2: Owner of a booking

`Participant = 3`

3: 3: Participant of a booking

`Unknown = 0`

0: 0: Unknown - used when initializing
