# BaseBookingPlace


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**paymentIntegrationId** | **string** |  | [default to undefined]
**paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) |  | [default to undefined]

## Example

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

const instance: BaseBookingPlace = {
    id,
    name,
    slug,
    timezone,
    description,
    image,
    sortOrder,
    visible,
    paymentIntegrationId,
    paymentIntegration,
};
```

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