# EventAddOnUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**shortDescription** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**price** | **number** |  | [optional] [default to undefined]
**pricePerNight** | **boolean** |  | [optional] [default to undefined]
**includedNights** | **number** |  | [optional] [default to undefined]
**supply** | **number** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [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]
**visibility** | [**EventAddOnVisibility**](EventAddOnVisibility.md) |  | [optional] [default to undefined]

## Example

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

const instance: EventAddOnUpdateInputs = {
    name,
    shortDescription,
    longDescription,
    price,
    pricePerNight,
    includedNights,
    supply,
    sortOrder,
    imageId,
    taxCode,
    taxIncluded,
    taxLocation,
    visibility,
};
```

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