# EventSessionUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**startTime** | **string** |  | [optional] [default to undefined]
**endTime** | **string** |  | [optional] [default to undefined]
**registrationEnd** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**nonSession** | **boolean** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**registrationEnabled** | **boolean** |  | [optional] [default to undefined]
**onsiteRegistration** | **boolean** |  | [optional] [default to undefined]
**skipOnsiteValidations** | **boolean** |  | [optional] [default to undefined]
**allowQuickRegister** | **boolean** |  | [optional] [default to undefined]
**limit** | **number** |  | [optional] [default to undefined]
**price** | **number** |  | [optional] [default to undefined]
**autoRefundEnabled** | **boolean** |  | [optional] [default to undefined]
**autoRefundPercentage** | **number** |  | [optional] [default to undefined]
**locationId** | **string** |  | [optional] [default to undefined]
**roundName** | **string** |  | [optional] [default to undefined]
**matchName** | **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]
**meetingId** | **string** |  | [optional] [default to undefined]
**activationId** | **string** |  | [optional] [default to undefined]
**continuousScanning** | **boolean** |  | [optional] [default to undefined]
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) |  | [optional] [default to undefined]

## Example

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

const instance: EventSessionUpdateInputs = {
    name,
    startTime,
    endTime,
    registrationEnd,
    slug,
    description,
    longDescription,
    nonSession,
    imageId,
    visibility,
    featured,
    sortOrder,
    registrationEnabled,
    onsiteRegistration,
    skipOnsiteValidations,
    allowQuickRegister,
    limit,
    price,
    autoRefundEnabled,
    autoRefundPercentage,
    locationId,
    roundName,
    matchName,
    taxCode,
    taxIncluded,
    taxLocation,
    meetingId,
    activationId,
    continuousScanning,
    scanType,
};
```

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