# BaseEventSession


## 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]

## Example

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

const instance: BaseEventSession = {
    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,
};
```

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