# Booking


## 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]
**lineItem** | [**PaymentLineItem**](PaymentLineItem.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**responses** | [**Array&lt;BaseBookingQuestionResponse&gt;**](BaseBookingQuestionResponse.md) |  | [optional] [default to undefined]

## Example

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

const instance: Booking = {
    id,
    alternateId,
    day,
    time,
    duration,
    checkedIn,
    status,
    account,
    space,
    lineItem,
    createdAt,
    updatedAt,
    responses,
};
```

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