# EventSession


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**longDescription** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**startTime** | **string** |  | [default to undefined]
**endTime** | **string** |  | [default to undefined]
**registrationEnd** | **string** |  | [optional] [default to undefined]
**onsiteRegistration** | **boolean** |  | [default to undefined]
**skipOnsiteValidations** | **boolean** |  | [default to undefined]
**allowQuickRegister** | **boolean** |  | [default to undefined]
**tracks** | [**Array&lt;BaseEventTrack&gt;**](BaseEventTrack.md) |  | [default to undefined]
**nonSession** | **boolean** |  | [default to undefined]
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**location** | [**BaseEventSessionLocation**](BaseEventSessionLocation.md) |  | [default to undefined]
**registrationEnabled** | **boolean** |  | [default to undefined]
**price** | **number** |  | [default to undefined]
**prices** | [**Array&lt;EventSessionPrice&gt;**](EventSessionPrice.md) |  | [default to undefined]
**limit** | **number** |  | [default to undefined]
**taxCode** | **string** |  | [default to undefined]
**taxIncluded** | **boolean** |  | [default to undefined]
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**roundName** | **string** |  | [default to undefined]
**matchName** | **string** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**speakers** | [**Array&lt;BaseEventSpeaker&gt;**](BaseEventSpeaker.md) |  | [default to undefined]
**meetingId** | **string** |  | [default to undefined]
**autoRefundEnabled** | **boolean** |  | [default to undefined]
**autoRefundPercentage** | **number** |  | [default to undefined]
**meeting** | [**BaseMeeting**](BaseMeeting.md) |  | [default to undefined]
**blocks** | [**Array&lt;BaseEventBlock&gt;**](BaseEventBlock.md) |  | [default to undefined]
**activationId** | **string** |  | [default to undefined]
**activation** | [**BaseEventActivation**](BaseEventActivation.md) |  | [default to undefined]
**allowedTiers** | [**Array&lt;BaseTier&gt;**](BaseTier.md) |  | [default to undefined]
**continuousScanning** | **boolean** |  | [default to undefined]
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) |  | [default to undefined]

## Example

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

const instance: EventSession = {
    id,
    slug,
    name,
    description,
    longDescription,
    imageId,
    image,
    startTime,
    endTime,
    registrationEnd,
    onsiteRegistration,
    skipOnsiteValidations,
    allowQuickRegister,
    tracks,
    nonSession,
    visibility,
    featured,
    location,
    registrationEnabled,
    price,
    prices,
    limit,
    taxCode,
    taxIncluded,
    taxLocation,
    createdAt,
    updatedAt,
    roundName,
    matchName,
    sortOrder,
    eventId,
    event,
    speakers,
    meetingId,
    autoRefundEnabled,
    autoRefundPercentage,
    meeting,
    blocks,
    activationId,
    activation,
    allowedTiers,
    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)
