# BaseBookingSpace


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**supply** | **number** |  | [default to undefined]
**bookingLimitPerAccount** | **number** |  | [default to undefined]
**slotDuration** | **number** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**start** | **string** |  | [default to undefined]
**end** | **string** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**paymentIntegrationId** | **string** |  | [default to undefined]
**paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) |  | [default to undefined]
**entityId** | **string** |  | [default to undefined]
**entity** | [**BaseOrganizationEntity**](BaseOrganizationEntity.md) |  | [default to undefined]
**placeId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**place** | [**BaseBookingPlace**](BaseBookingPlace.md) |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]

## Example

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

const instance: BaseBookingSpace = {
    id,
    name,
    slug,
    supply,
    bookingLimitPerAccount,
    slotDuration,
    price,
    description,
    image,
    start,
    end,
    sortOrder,
    visible,
    taxCode,
    taxIncluded,
    taxLocation,
    timezone,
    paymentIntegrationId,
    paymentIntegration,
    entityId,
    entity,
    placeId,
    eventId,
    groupId,
    accountId,
    place,
    event,
    group,
    account,
};
```

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