# BaseEvent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**internalRefId** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**template** | **boolean** |  | [default to undefined]
**source** | [**EventSource**](EventSource.md) |  | [default to undefined]
**eventType** | [**EventType**](EventType.md) |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**shortDescription** | **string** |  | [default to undefined]
**eventStart** | **string** |  | [default to undefined]
**eventEnd** | **string** |  | [default to undefined]
**timezone** | **string** |  | [default to undefined]
**externalUrl** | **string** |  | [default to undefined]
**venue** | **string** |  | [default to undefined]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]
**location** | **string** |  | [default to undefined]
**latitude** | **number** |  | [default to undefined]
**longitude** | **number** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**squareImageId** | **string** |  | [default to undefined]
**squareImage** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**registration** | **boolean** |  | [default to undefined]
**registrationStart** | **string** |  | [default to undefined]
**registrationEnd** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**seriesId** | **string** |  | [default to undefined]
**series** | [**BaseSeries**](BaseSeries.md) |  | [default to undefined]
**paymentIntegrationId** | **string** |  | [default to undefined]
**paymentIntegration** | [**BasePaymentIntegration**](BasePaymentIntegration.md) |  | [default to undefined]
**entityId** | **string** |  | [default to undefined]
**entity** | [**BaseOrganizationEntity**](BaseOrganizationEntity.md) |  | [default to undefined]
**archived** | **boolean** |  | [default to undefined]
**clientTemplate** | **boolean** |  | [default to undefined]

## Example

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

const instance: BaseEvent = {
    id,
    slug,
    internalRefId,
    featured,
    visible,
    template,
    source,
    eventType,
    name,
    shortDescription,
    eventStart,
    eventEnd,
    timezone,
    externalUrl,
    venue,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    location,
    latitude,
    longitude,
    imageId,
    image,
    squareImageId,
    squareImage,
    registration,
    registrationStart,
    registrationEnd,
    createdAt,
    updatedAt,
    seriesId,
    series,
    paymentIntegrationId,
    paymentIntegration,
    entityId,
    entity,
    archived,
    clientTemplate,
};
```

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