# BookingPlaceCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**address1** | **string** |  | [optional] [default to undefined]
**address2** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**zip** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**visible** | **boolean** |  | [optional] [default to undefined]
**paymentIntegrationId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: BookingPlaceCreateInputs = {
    name,
    timezone,
    description,
    imageId,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    sortOrder,
    visible,
    paymentIntegrationId,
};
```

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