# BaseBooking


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**alternateId** | **string** |  | [default to undefined]
**day** | **string** |  | [default to undefined]
**time** | **string** |  | [default to undefined]
**duration** | **number** |  | [default to undefined]
**checkedIn** | **string** |  | [default to undefined]
**status** | [**PurchaseStatus**](PurchaseStatus.md) |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**space** | [**BaseBookingSpace**](BaseBookingSpace.md) |  | [default to undefined]

## Example

```typescript
import { BaseBooking } from '@connectedxm/admin-sdk';

const instance: BaseBooking = {
    id,
    alternateId,
    day,
    time,
    duration,
    checkedIn,
    status,
    account,
    space,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
