# BaseEventRoomType


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**pricePerNight** | **boolean** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**passTypes** | [**Array&lt;BaseEventRoomTypePassTypeDetails&gt;**](BaseEventRoomTypePassTypeDetails.md) |  | [default to undefined]
**addOns** | [**Array&lt;BaseEventRoomTypeAddOnDetails&gt;**](BaseEventRoomTypeAddOnDetails.md) |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]

## Example

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

const instance: BaseEventRoomType = {
    id,
    name,
    price,
    pricePerNight,
    image,
    passTypes,
    addOns,
    taxCode,
    taxIncluded,
    taxLocation,
};
```

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