# BookingPlace


## 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]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: BookingPlace = {
    id,
    name,
    slug,
    timezone,
    description,
    image,
    sortOrder,
    visible,
    paymentIntegrationId,
    paymentIntegration,
    address1,
    address2,
    city,
    state,
    zip,
    createdAt,
    updatedAt,
};
```

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