# EventRoomTypeUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**price** | **number** |  | [optional] [default to undefined]
**pricePerNight** | **boolean** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**supply** | **number** |  | [optional] [default to undefined]
**minPasses** | **number** |  | [optional] [default to undefined]
**maxPasses** | **number** |  | [optional] [default to undefined]
**minStart** | **string** |  | [optional] [default to undefined]
**defaultStart** | **string** |  | [optional] [default to undefined]
**maxStart** | **string** |  | [optional] [default to undefined]
**minEnd** | **string** |  | [optional] [default to undefined]
**defaultEnd** | **string** |  | [optional] [default to undefined]
**maxEnd** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**taxCode** | **string** |  | [optional] [default to undefined]
**taxIncluded** | **boolean** |  | [optional] [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [optional] [default to undefined]

## Example

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

const instance: EventRoomTypeUpdateInputs = {
    name,
    price,
    pricePerNight,
    description,
    sortOrder,
    supply,
    minPasses,
    maxPasses,
    minStart,
    defaultStart,
    maxStart,
    minEnd,
    defaultEnd,
    maxEnd,
    imageId,
    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)
